diff options
Diffstat (limited to 'lib/verify.h')
-rw-r--r-- | lib/verify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/verify.h b/lib/verify.h index e82fa02d9..152a9faaa 100644 --- a/lib/verify.h +++ b/lib/verify.h @@ -110,8 +110,8 @@ #if 4 <= __GNUC__ # define verify(R) \ - extern int (* verify_function__ (void)) \ - [__builtin_constant_p (R) && (R) ? 1 : -1] + extern int (* verify_function__ (void)) \ + [__builtin_constant_p (R) && (R) ? 1 : -1] #endif * In C++, any struct definition inside sizeof is invalid. |