diff options
Diffstat (limited to 'gl/tests/test-string.c')
-rw-r--r-- | gl/tests/test-string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/test-string.c b/gl/tests/test-string.c index 688d0d31c3..fe53cd9b15 100644 --- a/gl/tests/test-string.c +++ b/gl/tests/test-string.c @@ -24,7 +24,7 @@ /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ -verify (sizeof (NULL) == sizeof (void *)); +verify (sizeof NULL == sizeof (void *)); int main () |