diff options
Diffstat (limited to 'Source/cmElseIfCommand.cxx')
-rw-r--r-- | Source/cmElseIfCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmElseIfCommand.cxx b/Source/cmElseIfCommand.cxx index cd9742b..dc89e24 100644 --- a/Source/cmElseIfCommand.cxx +++ b/Source/cmElseIfCommand.cxx @@ -12,7 +12,7 @@ #include "cmElseIfCommand.h" bool cmElseIfCommand::InitialPass(std::vector<std::string> const&, - cmExecutionStatus &) + cmExecutionStatus&) { this->SetError("An ELSEIF command was found outside of a proper " "IF ENDIF structure."); |