diff options
Diffstat (limited to 'src/binlog.c')
-rw-r--r-- | src/binlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binlog.c b/src/binlog.c index 47070b3af..233fe4b53 100644 --- a/src/binlog.c +++ b/src/binlog.c @@ -498,7 +498,7 @@ end: } static gboolean -maybe_init_static () +maybe_init_static (void) { if (!binlog_opened) { binlog_opened = g_hash_table_new (g_direct_hash, g_direct_equal); |