[atk] atk: GType foo(); is not a prototype, GType foo(void); is



commit 63557a35de3ed6adb477888c94b6c7828b8bed83
Author: Michael Natterer <mitch gimp org>
Date:   Sun Feb 27 15:43:23 2011 +0100

    atk: GType foo(); is not a prototype, GType foo(void); is

 atk/atktext.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/atk/atktext.h b/atk/atktext.h
index 285f1ac..041b064 100755
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -174,7 +174,7 @@ struct _AtkTextRange {
   gchar* content;
 };
 
-GType atk_text_range_get_type ();
+GType atk_text_range_get_type (void);
 
 /**
  *AtkTextClipType



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