]> granicus.if.org Git - transmission/commitdiff
Use ANSI declaration
authorMukund Sivaraman <muks@mukund.org>
Tue, 19 Aug 2008 06:57:55 +0000 (06:57 +0000)
committerMukund Sivaraman <muks@mukund.org>
Tue, 19 Aug 2008 06:57:55 +0000 (06:57 +0000)
gtk/util.c

index d724781d57bfd6b0e06c9e050b52607517790709..de5bce5bbbc6ecbb6f595487140e53cb085d16c3 100644 (file)
@@ -501,7 +501,7 @@ gtr_dbus_add_torrent( const char * filename )
 }
 
 gboolean
-gtr_dbus_present_window()
+gtr_dbus_present_window( void )
 {
     static gboolean success = FALSE;
 #ifdef HAVE_DBUS_GLIB