]> Pileus Git - ~andy/gtk/commitdiff
gtkenums.h: Remove trailing comma to fix warning.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 21 Jun 2010 13:21:44 +0000 (15:21 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 21 Jun 2010 13:21:44 +0000 (15:21 +0200)
gtk/gtkenums.h

index 5e58f8a749f5494ccd5e5d70e1ff9f3384f833a4..0cde3269169b0a3c31da42c070199b6e0380f38c 100644 (file)
@@ -557,7 +557,7 @@ typedef enum
 typedef enum
 {
   GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH = 0,
-  GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT,
+  GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT
 } GtkSizeRequestMode;