diff options
Diffstat (limited to 'Source/cmELF.h')
-rw-r--r-- | Source/cmELF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmELF.h b/Source/cmELF.h index 8c17348..9172f38 100644 --- a/Source/cmELF.h +++ b/Source/cmELF.h @@ -11,7 +11,7 @@ #include <vector> #if !defined(CMAKE_USE_ELF_PARSER) -#error "This file may be included only if CMAKE_USE_ELF_PARSER is enabled." +# error "This file may be included only if CMAKE_USE_ELF_PARSER is enabled." #endif class cmELFInternal; |