From 4d65fcb9a8b6c7c6fd5a3390c46a96d11b6a80d4 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 8 Jun 2013 23:09:52 +0200 Subject: All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included. --- src/user/app/test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/app/test/main.c') diff --git a/src/user/app/test/main.c b/src/user/app/test/main.c index 939a15a..3db24b3 100644 --- a/src/user/app/test/main.c +++ b/src/user/app/test/main.c @@ -39,7 +39,7 @@ void useless_thread(void* d) { } } -int main(char** args) { +int main(int argc, char** args) { char**a; if (args != 0) { printk("(test) args"); -- cgit v1.2.3