diff options
Diffstat (limited to 'Source/cmMachO.h')
-rw-r--r-- | Source/cmMachO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMachO.h b/Source/cmMachO.h index aa17c6a..5886d76 100644 --- a/Source/cmMachO.h +++ b/Source/cmMachO.h @@ -9,7 +9,7 @@ #include <string> #if !defined(CMAKE_USE_MACH_PARSER) -#error "This file may be included only if CMAKE_USE_MACH_PARSER is enabled." +# error "This file may be included only if CMAKE_USE_MACH_PARSER is enabled." #endif class cmMachOInternal; |