aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@tutanota.com>2020-03-21 10:07:39 +0100
committerXaviDCR92 <xavi.dcr@tutanota.com>2020-03-21 10:07:39 +0100
commit0cc52ff5be45ec4c5e2c427261b46dab9d9b77be (patch)
treea00c488bed0280455eba25d1479c109f6f46a6cb /include
parent35497efab9700ba386fa2e5bdc1a4f654ce36541 (diff)
Fixed typo
Diffstat (limited to 'include')
-rw-r--r--include/dynstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dynstr.h b/include/dynstr.h
index c50c515..a2e8f41 100644
--- a/include/dynstr.h
+++ b/include/dynstr.h
@@ -19,7 +19,7 @@
#include <stddef.h>
-#if __STDC_VERSION < 199901L
+#if __STDC_VERSION__ < 199901L
#error C99 support is mandatory for dynstr
#endif /* __STDC_VERSION < 199901L */