diff options
Diffstat (limited to 'Tests/CompileDefinitions/runtest.c')
-rw-r--r-- | Tests/CompileDefinitions/runtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileDefinitions/runtest.c b/Tests/CompileDefinitions/runtest.c index 7c28ab9..c6dac4d 100644 --- a/Tests/CompileDefinitions/runtest.c +++ b/Tests/CompileDefinitions/runtest.c @@ -3,7 +3,7 @@ #include <string.h> #ifndef BUILD_CONFIG_NAME -#error "BUILD_CONFIG_NAME not defined!" +# error "BUILD_CONFIG_NAME not defined!" #endif int main() |