diff options
Diffstat (limited to 'src/userspace/libc/stdbool.h')
-rw-r--r-- | src/userspace/libc/stdbool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/libc/stdbool.h b/src/userspace/libc/stdbool.h index b445c80..337ca9b 100644 --- a/src/userspace/libc/stdbool.h +++ b/src/userspace/libc/stdbool.h @@ -8,4 +8,4 @@ #define TRUE 1 #define FALSE 0 -#endif +#endif
\ No newline at end of file |