]> granicus.if.org Git - re2c/commitdiff
- Add missing comma
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Wed, 11 Aug 2004 21:22:24 +0000 (21:22 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Wed, 11 Aug 2004 21:22:24 +0000 (21:22 +0000)
# Where did it get lost? probably while merging

main.cc

diff --git a/main.cc b/main.cc
index 310a0cac49ba52f4d7b856382976d5f99d6611c2..e57aa7407518e7e124e693e0a0f5d1eca3489e19 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -34,7 +34,7 @@ static const mbo_opt_struct OPTIONS[] =
         {'h', 0, "help"},
         {'s', 0, "nested-ifs"},
         {'o', 1, "output"},
-        {'v', 0, "version"}
+        {'v', 0, "version"},
         {'-', 0, NULL} /* end of args */ 
     };