diff options
Diffstat (limited to 'kernel/libc/include/assert.h')
-rw-r--r-- | kernel/libc/include/assert.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/libc/include/assert.h b/kernel/libc/include/assert.h index d6525f0..1b631ac 100644 --- a/kernel/libc/include/assert.h +++ b/kernel/libc/include/assert.h @@ -21,5 +21,4 @@ } void aFailed(char *f, int l); -#define ASSERT_NOT_REACHED \ - { assert(0) } +#define ASSERT_NOT_REACHED {assert(0)} |