imlib2_test_load: Fixup after recent change

This commit is contained in:
Kim Woelders 2019-11-08 17:40:26 +01:00
parent 5e267577bd
commit d41d593e4b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ main(int argc, char **argv)
}
}
if (argc <= 1)
if (argc < 1)
usage(0);
imlib_context_set_progress_function(progress);