mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
Use ANSI declaration
This commit is contained in:
parent
812b6a1218
commit
03520624e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue