Fix a warning.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 13 Sep 2010 11:28:15 +0000 (08:28 -0300)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 13 Sep 2010 11:28:15 +0000 (08:28 -0300)
* glib.h: Fix propotype.

eglib/src/glib.h

index 6956370022f294f5ba67815629468b11d3dcc8d1..0271ebf189b6331218e5349ed870c59decb3924a 100644 (file)
@@ -444,7 +444,7 @@ struct _GByteArray {
        gint len;
 };
 
-GByteArray *g_byte_array_new    ();
+GByteArray *g_byte_array_new    (void);
 GByteArray* g_byte_array_append (GByteArray *array, const guint8 *data, guint len);
 guint8*  g_byte_array_free      (GByteArray *array, gboolean free_segment);