diff options
author | Alexander Larsson <alexl@redhat.com> | 2004-03-09 11:27:55 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2004-03-09 11:27:55 +0000 |
commit | 192a28509893421c478b21f045ce6f49fcab11b0 (patch) | |
tree | 3fb606d3948c4cb2a60de8254ac4bbf18c700d38 /components | |
parent | 9b9014f1460dfe165e0b629f6cb2289f83c60fb0 (diff) | |
download | nautilus-192a28509893421c478b21f045ce6f49fcab11b0.tar.gz |
No commas at end of enum. Fixes builds for non-C99/gcc compilers.
2004-03-09 Alexander Larsson <alexl@redhat.com>
* components/image_properties/nautilus-image-properties-view.c:
* libnautilus-private/nautilus-file-attributes.h:
* src/nautilus-information-panel.c:
No commas at end of enum. Fixes builds for non-C99/gcc compilers.
Diffstat (limited to 'components')
-rw-r--r-- | components/image_properties/nautilus-image-properties-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/image_properties/nautilus-image-properties-view.c b/components/image_properties/nautilus-image-properties-view.c index 2376eee26..b2405da0a 100644 --- a/components/image_properties/nautilus-image-properties-view.c +++ b/components/image_properties/nautilus-image-properties-view.c @@ -71,7 +71,7 @@ struct ExifAttribute { #endif /*HAVE_EXIF*/ enum { - PROP_URI, + PROP_URI }; static GObjectClass *parent_class = NULL; |