Remove the last comma in an enum, xlc barfs

2000-12-27  Tomas Ogren  <stric@ing.umu.se>

* plug-ins/ifscompose/ifscompose_storage.c: Remove the last comma in
an enum, xlc barfs
This commit is contained in:
Tomas Ogren 2000-12-27 03:13:25 +00:00 committed by Tomas Ögren
parent 1f410de1aa
commit 33e7772668
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-12-27 Tomas Ogren <stric@ing.umu.se>
* plug-ins/ifscompose/ifscompose_storage.c: Remove the last comma in
an enum, xlc barfs
Tue Dec 26 11:10:23 PST 2000 Manish Singh <yosh@gimp.org> Tue Dec 26 11:10:23 PST 2000 Manish Singh <yosh@gimp.org>
* app/patterns.c: fix fd leak on loading * app/patterns.c: fix fd leak on loading

View File

@ -48,7 +48,7 @@ enum {
TOKEN_HUE_SCALE, TOKEN_HUE_SCALE,
TOKEN_VALUE_SCALE, TOKEN_VALUE_SCALE,
TOKEN_SIMPLE_COLOR, TOKEN_SIMPLE_COLOR,
TOKEN_PROB, TOKEN_PROB
}; };
static struct static struct