From: Keith Packard Date: Wed, 18 Dec 2013 20:15:22 +0000 (-0800) Subject: libaltos: fix test harness main type X-Git-Tag: 1.3~13^2~11 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=36197a388a9ba1d1ee4acd96ac0079ad3af9d3d0;p=fw%2Faltos libaltos: fix test harness main type Signed-off-by: Keith Packard --- diff --git a/libaltos/cjnitest.c b/libaltos/cjnitest.c index f0fe78f7..3a65c3d6 100644 --- a/libaltos/cjnitest.c +++ b/libaltos/cjnitest.c @@ -10,7 +10,8 @@ altos_puts(struct altos_file *file, char *string) altos_putchar(file, c); } -main () +int +main (int argc, char **argv) { struct altos_device device; struct altos_list *list;