summaryrefslogtreecommitdiff
path: root/testsuite/libffi.call
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-15 09:42:53 -0400
committerAnthony Green <green@moxielogic.com>2022-09-15 09:42:53 -0400
commit98d4ad65e9933ed4878ef4aacfaa8299e467a903 (patch)
tree715ba619d1ab405d1a1d14bbd04e1b86652be652 /testsuite/libffi.call
parent2abf00a6c61f4cf6232dc50f28204be020bef05d (diff)
downloadlibffi-98d4ad65e9933ed4878ef4aacfaa8299e467a903.tar.gz
Fix test headers
Diffstat (limited to 'testsuite/libffi.call')
-rw-r--r--testsuite/libffi.call/ffitest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libffi.call/ffitest.h b/testsuite/libffi.call/ffitest.h
index ee0323c..8bd8a3c 100644
--- a/testsuite/libffi.call/ffitest.h
+++ b/testsuite/libffi.call/ffitest.h
@@ -89,7 +89,7 @@
#endif
/* msvc kludge. */
-#if defined _MSC_VER
+#if defined(_MSC_VER)
#define PRIdLL "I64d"
#define PRIuLL "I64u"
#else