From 0cc52ff5be45ec4c5e2c427261b46dab9d9b77be Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 21 Mar 2020 10:07:39 +0100 Subject: [PATCH] Fixed typo --- include/dynstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#if __STDC_VERSION < 199901L +#if __STDC_VERSION__ < 199901L #error C99 support is mandatory for dynstr #endif /* __STDC_VERSION < 199901L */