diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 92e6d834f..dc1fd5346 100644 --- a/test/test.c +++ b/test/test.c @@ -424,7 +424,7 @@ int main( int argc, char ** argv ) hb_presets_builtin_update(); /* Init libhb */ - h = hb_init(4, 0); // Show all logging until debug level is parsed + h = hb_init(4); // Show all logging until debug level is parsed // Get utf8 command line if windows get_argv_utf8(&argc, &argv); |