summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2019-11-08 17:40:26 +0100
committerKim Woelders <kim@woelders.dk>2019-11-08 18:57:36 +0100
commitd41d593e4bb139479949b2af545d0a3576a7814c (patch)
tree8aa7af6bb5c79e321da4b2d864926da5d82de621
parent5e267577bdaa6ce5bb9e5fc238d7a58408f2fd27 (diff)
downloadimlib2-d41d593e4bb139479949b2af545d0a3576a7814c.tar.gz
imlib2_test_load: Fixup after recent change
-rw-r--r--src/bin/imlib2_test_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/imlib2_test_load.c b/src/bin/imlib2_test_load.c
index 263b200..c5dcc78 100644
--- a/src/bin/imlib2_test_load.c
+++ b/src/bin/imlib2_test_load.c
@@ -56,7 +56,7 @@ main(int argc, char **argv)
}
}
- if (argc <= 1)
+ if (argc < 1)
usage(0);
imlib_context_set_progress_function(progress);