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 f06f8de..327c1ce 100644 --- a/Source/cmMachO.h +++ b/Source/cmMachO.h @@ -13,7 +13,7 @@ #define cmMachO_h #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; |