From f26bf1396557e4bc739d6a7703099f75bfe2fb99 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 25 Feb 2019 21:08:46 -0500 Subject: fix warning from -Wall --- src/nonstd/__libc_start.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nonstd/__libc_start.c') diff --git a/src/nonstd/__libc_start.c b/src/nonstd/__libc_start.c index 8dab57fb..0cff0ab3 100644 --- a/src/nonstd/__libc_start.c +++ b/src/nonstd/__libc_start.c @@ -23,4 +23,3 @@ void __libc_start(int argc, char **argv) exit(main(argc, argv)); } - -- cgit v1.2.1