aboutsummaryrefslogtreecommitdiff
path: root/manual tests
diff options
context:
space:
mode:
Diffstat (limited to 'manual tests')
-rw-r--r--manual tests/9 nostdlib/prog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual tests/9 nostdlib/prog.c b/manual tests/9 nostdlib/prog.c
index 9414bce..b9216ee 100644
--- a/manual tests/9 nostdlib/prog.c
+++ b/manual tests/9 nostdlib/prog.c
@@ -1,7 +1,7 @@
#include<stdio.h>
-int main() {
+int main(void) {
const char *message = "Hello without stdlib.\n";
return simple_print(message, simple_strlen(message));
}