Fixed typo

This commit is contained in:
XaviDCR92 2020-03-21 10:07:39 +01:00
parent 35497efab9
commit 0cc52ff5be
1 changed files with 1 additions and 1 deletions

View File

@ -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 */