[gtk+] Removed a trailing enum comma.



commit c4714662b1e26c5091e9ec70b565d343274fd1dd
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 1 22:44:18 2010 +0100

    Removed a trailing enum comma.

 gtk/gtktextiter.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktextiter.h b/gtk/gtktextiter.h
index af02536..a4187eb 100644
--- a/gtk/gtktextiter.h
+++ b/gtk/gtktextiter.h
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
 typedef enum {
   GTK_TEXT_SEARCH_VISIBLE_ONLY     = 1 << 0,
   GTK_TEXT_SEARCH_TEXT_ONLY        = 1 << 1,
-  GTK_TEXT_SEARCH_CASE_INSENSITIVE = 1 << 2,
+  GTK_TEXT_SEARCH_CASE_INSENSITIVE = 1 << 2
   /* Possible future plans: SEARCH_REGEXP */
 } GtkTextSearchFlags;
 



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