diff options
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c index eda75419d..0c06a77e4 100644 --- a/src/debug.c +++ b/src/debug.c @@ -41,7 +41,8 @@ void gabble_debug_set_flags_from_env () if (flags_string) { tp_debug_set_flags_from_env ("GABBLE_DEBUG"); - gabble_debug_set_flags (g_parse_debug_string (flags_string, keys, nkeys)); + gabble_debug_set_flags (g_parse_debug_string (flags_string, keys, + nkeys)); } } |