Made a static table const
authorDan Fandrich <dan@coneharvesters.com>
Tue, 18 Nov 2008 23:41:35 +0000 (15:41 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 18 Nov 2008 23:41:35 +0000 (15:41 -0800)
libexif/fuji/mnote-fuji-tag.c

index bff33d8..e9f315b 100644 (file)
@@ -26,7 +26,7 @@
 #include "mnote-fuji-tag.h"
 
 
-static struct {
+static const struct {
        MnoteFujiTag tag;
        const char *name;
        const char *title;