summaryrefslogtreecommitdiff
path: root/gl/tests/test-stdio.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-14 14:40:36 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-14 14:40:36 +0200
commitee2546f9fa8edb9b136309715f6073d17f6102c0 (patch)
tree4d80e508360f49bfc1fa0fd831e64d79cc7b5771 /gl/tests/test-stdio.c
parent9d4814805e82b518bd4ba6bce99b17593afb7761 (diff)
downloadgnutls-ee2546f9fa8edb9b136309715f6073d17f6102c0.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/tests/test-stdio.c')
-rw-r--r--gl/tests/test-stdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/test-stdio.c b/gl/tests/test-stdio.c
index dcfe38dd51..41299e2159 100644
--- a/gl/tests/test-stdio.c
+++ b/gl/tests/test-stdio.c
@@ -27,7 +27,7 @@ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };
/* 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 ()