[gtk+/native-layout: 38/59] gtkenums.h: Remove trailing comma to fix warning.



commit 49f050a9bcb426c21a247fcb3bc7dd6559ee9f08
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 21 15:21:44 2010 +0200

    gtkenums.h: Remove trailing comma to fix warning.

 gtk/gtkenums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 5e58f8a..0cde326 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -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;
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]