summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.h
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-11-23 04:37:57 +0000
committerManish Singh <yosh@src.gnome.org>1998-11-23 04:37:57 +0000
commit6c0458c4286d62708f3967b3c5f162fafbb6208f (patch)
tree0665828068f56285bd254f5c6bbaccfa4ee8532b /gtk/gtkobject.h
parentb9017e53a240e8b89b9d0a643f49d6521a4a3283 (diff)
downloadgtk+-6c0458c4286d62708f3967b3c5f162fafbb6208f.tar.gz
remove extraneous comma
* gtk/gtkobject.h: remove extraneous comma -Yosh
Diffstat (limited to 'gtk/gtkobject.h')
-rw-r--r--gtk/gtkobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h
index 7900f84c70..e16006dd16 100644
--- a/gtk/gtkobject.h
+++ b/gtk/gtkobject.h
@@ -74,7 +74,7 @@ typedef enum
GTK_DESTROYED = 1 << 0,
GTK_FLOATING = 1 << 1,
GTK_CONNECTED = 1 << 2,
- GTK_CONSTRUCTED = 1 << 3,
+ GTK_CONSTRUCTED = 1 << 3
} GtkObjectFlags;
/* Macros for extracting the object_flags from GtkObject.