cgi-io: fix stray semicolon
[project/cgi-io.git] / src / main.c
index 019bdf16016eda6c42d7505da8322294dd9ac45c..7760edaf4f853c31327b3b9518ac87e9db35ac93 100644 (file)
@@ -141,7 +141,7 @@ md5sum(const char *file)
                close(fds[0]);
                close(fds[1]);
 
-               if (execl("/bin/busybox", "/bin/busybox", "md5sum", file, NULL));
+               if (execl("/bin/busybox", "/bin/busybox", "md5sum", file, NULL))
                        return NULL;
 
                break;