[librsvg] Remove stray comma



commit c8ccfacbdd768597552110c655213fd1eac39194
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]