Commit 270c6166 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête

agent: Fix an old-style function declaration

parent 59aa663f
...@@ -59,7 +59,7 @@ static const GDebugKey keys[] = { ...@@ -59,7 +59,7 @@ static const GDebugKey keys[] = {
}; };
void nice_debug_init () void nice_debug_init (void)
{ {
static gboolean debug_initialized = FALSE; static gboolean debug_initialized = FALSE;
const gchar *flags_string; const gchar *flags_string;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment