From f08219300025bac2b719d00171738327937b58ea Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 25 Feb 2019 21:26:50 -0500 Subject: compile without warnings under -Wall -Wextra --- src/nonstd/LIBC_INTERNAL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nonstd/LIBC_INTERNAL.c b/src/nonstd/LIBC_INTERNAL.c index f3c0086a..af964cd7 100644 --- a/src/nonstd/LIBC_INTERNAL.c +++ b/src/nonstd/LIBC_INTERNAL.c @@ -13,5 +13,5 @@ typedef enum { TOUPPER, FILE_TAIL, ATEXIT, - RAND, + RAND } LIBC_INTERNAL; -- cgit v1.2.1