[librsvg/gnome-2-32] Remove stray comma
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/gnome-2-32] Remove stray comma
- Date: Mon, 27 Sep 2010 17:18:04 +0000 (UTC)
commit 6094239789cc8ff47d863b9164ff4c2e18aa04ad
Author: Christian Persch <chpe gnome org>
Date: Mon Sep 27 19:17:16 2010 +0200
Remove stray comma
Apparently C++ doesn't like this.
Bug #630714.
rsvg.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rsvg.h b/rsvg.h
index 37e7930..41c4127 100644
--- a/rsvg.h
+++ b/rsvg.h
@@ -139,7 +139,7 @@ gboolean rsvg_handle_has_sub (RsvgHandle * handle, const char *id);
/* GIO APIs */
typedef enum {
- RSVG_HANDLE_FLAGS_NONE = 0,
+ RSVG_HANDLE_FLAGS_NONE = 0
} RsvgHandleFlags;
void rsvg_handle_set_base_gfile (RsvgHandle *handle,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]