diff tests/test-vfs-zip.c @ 422:b0579ae033ed

core: use err.h in (action|drawable)-stack
author David Demelier <markand@malikania.fr>
date Sat, 15 Oct 2022 13:48:40 +0200
parents 1bf7d6669f0a
children
line wrap: on
line diff
--- a/tests/test-vfs-zip.c	Thu Oct 13 20:56:42 2022 +0200
+++ b/tests/test-vfs-zip.c	Sat Oct 15 13:48:40 2022 +0200
@@ -51,7 +51,7 @@
 }
 
 int
-main(int argc, char **argv)
+main(void)
 {
 	DT_RUN(test_basics_read);
 	DT_RUN(test_error_notfound);