diff options
Diffstat (limited to 'Source/cmElseCommand.cxx')
-rw-r--r-- | Source/cmElseCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmElseCommand.cxx b/Source/cmElseCommand.cxx index 163d006..6db6f8d 100644 --- a/Source/cmElseCommand.cxx +++ b/Source/cmElseCommand.cxx @@ -12,7 +12,7 @@ #include "cmElseCommand.h" bool cmElseCommand::InitialPass(std::vector<std::string> const&, - cmExecutionStatus &) + cmExecutionStatus&) { this->SetError("An ELSE command was found outside of a proper " "IF ENDIF structure. Or its arguments did not match " |