aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtodo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.cpp b/todo.cpp
index 4c9888a..c6a4b8f 100755
--- a/todo.cpp
+++ b/todo.cpp
@@ -181,7 +181,7 @@ int main(int argc, char *argv[]) {
|| !strcmp( argv[1], "e") ) {
action = 12;
}else {}
- else
+ } else
action = 0;
if( action == -1 ) {
cout << USAGE_STRING << endl;