diff options
| author | XaviDCR92 <xavi.dcr@tutanota.com> | 2020-03-21 10:07:39 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@tutanota.com> | 2020-03-21 10:07:39 +0100 |
| commit | 0cc52ff5be45ec4c5e2c427261b46dab9d9b77be (patch) | |
| tree | a00c488bed0280455eba25d1479c109f6f46a6cb /include | |
| parent | 35497efab9700ba386fa2e5bdc1a4f654ce36541 (diff) | |
Fixed typo
Diffstat (limited to 'include')
| -rw-r--r-- | include/dynstr.h | 2 |
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 */ |
