test: another clang compilation error fix

test_iters.c:29:1: error: non-void function does not return a value [-Werror,-Wreturn-type]
   29 | }
      | ^
1 error generated.
make: *** [Makefile:48: test_iters.o] Error 1

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2026-06-11 08:03:36 +00:00 committed by Radostin Stoyanov
parent 39040f44e3
commit ecc91dbd1f

View file

@ -18,7 +18,7 @@ static void sh(int sig)
stop = 1;
}
static int open_imgdir(void)
static void open_imgdir(void)
{
char p[10];