about summary refs log tree commit diff
path: root/converter/other/exif.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/exif.h')
-rw-r--r--converter/other/exif.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/converter/other/exif.h b/converter/other/exif.h
index 57eb745b..1a703694 100644
--- a/converter/other/exif.h
+++ b/converter/other/exif.h
@@ -10,12 +10,12 @@
     #define PATH_MAX _MAX_PATH
 #endif
 
+typedef struct {
 /*--------------------------------------------------------------------------
-  This structure stores Exif header image elements in a simple manner
-  Used to store camera data as extracted from the various ways that it can be
-  stored in an exif header
+  A structure of this type stores Exif header image elements in a simple
+  manner Used to store camera data as extracted from the various ways that it
+  can be stored in an exif header
 --------------------------------------------------------------------------*/
-typedef struct {
     char  CameraMake   [32];
     char  CameraModel  [40];
     char  DateTime     [20];