2005-04-25 Lutz Mueller <lutz@users.sourceforge.net>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Mon, 25 Apr 2005 20:50:05 +0000 (22:50 +0200)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Mon, 25 Apr 2005 20:50:05 +0000 (22:50 +0200)
* libexif/exif-data.c: Make it compile again.

ChangeLog
libexif/exif-data.c

index 2b2ca10..e98d1ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-25  Lutz Mueller <lutz@users.sourceforge.net>
+
+       * libexif/exif-data.c: Make it compile again.
+
 2005-04-24  Lutz Mueller <lutz@users.sourceforge.net>
 
        * exif-data.[c,h] (exif_data_option_get_[name,description]),
index a4adf72..d9c8f45 100644 (file)
@@ -1053,10 +1053,10 @@ exif_data_get_log (ExifData *data)
        return data->priv->log;
 }
 
-typedef struct {
+static struct {
        ExifDataOption option;
        const char *name;
-       const char *description
+       const char *description;
 } exif_data_option[] = {
        {EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, N_("Ignore unknown tags"),
                N_("Ignore unknown tags when loading EXIF data.")},