1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 13:03:50 +00:00

Use ANSI declaration

This commit is contained in:
Mukund Sivaraman 2008-08-19 06:57:55 +00:00
parent 812b6a1218
commit 03520624e6

View file

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