[gtk+] gtkenums.h: Remove trailing comma to fix warning.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtkenums.h: Remove trailing comma to fix warning.
- Date: Mon, 21 Jun 2010 13:21:56 +0000 (UTC)
commit d927df0c3d534148ca764ea3d1a95c51341433e3
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]