mirror of https://github.com/GNOME/gimp.git
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:
parent
1f410de1aa
commit
33e7772668
|
@ -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>
|
||||
|
||||
* app/patterns.c: fix fd leak on loading
|
||||
|
|
|
@ -48,7 +48,7 @@ enum {
|
|||
TOKEN_HUE_SCALE,
|
||||
TOKEN_VALUE_SCALE,
|
||||
TOKEN_SIMPLE_COLOR,
|
||||
TOKEN_PROB,
|
||||
TOKEN_PROB
|
||||
};
|
||||
|
||||
static struct
|
||||
|
|
Loading…
Reference in New Issue