[gtksourceview] Remove commas at the ends of enums.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtksourceview] Remove commas at the ends of enums.
- Date: Fri, 11 Dec 2009 01:23:03 +0000 (UTC)
commit 69c7a1b707f268375398d904e1b492c087c669f5
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Fri Dec 11 00:48:49 2009 +0100
Remove commas at the ends of enums.
gtksourceview/gtksourcecompletion.h | 2 +-
gtksourceview/gtksourceview.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletion.h b/gtksourceview/gtksourcecompletion.h
index e1be738..b3f8776 100644
--- a/gtksourceview/gtksourcecompletion.h
+++ b/gtksourceview/gtksourcecompletion.h
@@ -49,7 +49,7 @@ typedef struct _GtkSourceCompletionClass GtkSourceCompletionClass;
typedef enum
{
GTK_SOURCE_COMPLETION_ERROR_ALREADY_BOUND = 0,
- GTK_SOURCE_COMPLETION_ERROR_NOT_BOUND,
+ GTK_SOURCE_COMPLETION_ERROR_NOT_BOUND
} GtkSourceCompletionError;
/* Forward declaration of GtkSourceView */
diff --git a/gtksourceview/gtksourceview.h b/gtksourceview/gtksourceview.h
index 0544f32..bfbdeeb 100644
--- a/gtksourceview/gtksourceview.h
+++ b/gtksourceview/gtksourceview.h
@@ -121,7 +121,7 @@ typedef enum
GTK_SOURCE_DRAW_SPACES_NBSP | \
GTK_SOURCE_DRAW_SPACES_LEADING | \
GTK_SOURCE_DRAW_SPACES_TEXT | \
- GTK_SOURCE_DRAW_SPACES_TRAILING),
+ GTK_SOURCE_DRAW_SPACES_TRAILING)
} GtkSourceDrawSpacesFlags;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]