summaryrefslogtreecommitdiff
path: root/src/main/getopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/getopt.cpp')
-rw-r--r--src/main/getopt.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/getopt.cpp b/src/main/getopt.cpp
index 2a1b1d0fc..eed542e8a 100644
--- a/src/main/getopt.cpp
+++ b/src/main/getopt.cpp
@@ -222,7 +222,8 @@ throw(OptionException) {
opts->strictParsing = true;
break;
- case DEFAULT_EXPR_DEPTH: {
+ case DEFAULT_EXPR_DEPTH:
+ {
int depth = atoi(optarg);
Debug.getStream() << Expr::setdepth(depth);
Trace.getStream() << Expr::setdepth(depth);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback