summaryrefslogtreecommitdiff
path: root/cli/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/parser.cxx')
-rw-r--r--cli/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/parser.cxx b/cli/parser.cxx
index d8c11c5..cdc421b 100644
--- a/cli/parser.cxx
+++ b/cli/parser.cxx
@@ -1155,7 +1155,7 @@ doc_string (const char* l, size_t n)
size_t b (0), e, p;
bool pre (false);
- size_t m; // Number of leading spaces to remove in pre.
+ size_t m (0); // Number of leading spaces to remove in pre.
while (more)
{