[gtk+] Fix a typo to fix the build.



commit d23fb64d972ee184ab39e9e4ed90230f0faee287
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Dec 6 16:01:55 2010 +0100

    Fix a typo to fix the build.

 gtk/gtkwidgetpath.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h
index b069fe6..87b44b8 100644
--- a/gtk/gtkwidgetpath.h
+++ b/gtk/gtkwidgetpath.h
@@ -33,7 +33,7 @@ typedef struct _GtkWidgetPath GtkWidgetPath;
 
 #define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ())
 
-GType           gtk_widget_path_get_type            (void) G_GNUC_CONST:
+GType           gtk_widget_path_get_type            (void) G_GNUC_CONST;
 GtkWidgetPath * gtk_widget_path_new                 (void);
 
 GtkWidgetPath * gtk_widget_path_copy                (const GtkWidgetPath *path);



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