summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icespider/compile/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/compile/main.cpp b/icespider/compile/main.cpp
index cd50f15..3133006 100644
--- a/icespider/compile/main.cpp
+++ b/icespider/compile/main.cpp
@@ -38,7 +38,7 @@ defaultPostProcessor()
int
main(int c, char ** v)
{
- bool showHelp;
+ bool showHelp = false;
IceSpider::Compile::RouteCompiler rc;
std::filesystem::path input, output;
std::string post;