aboutsummaryrefslogtreecommitdiff
path: root/todo.cpp
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-08-27 02:24:28 +0200
committerache <ache@ache.one>2017-08-27 02:25:53 +0200
commit12ccc7401248b88a7d0ed39e20010199a17c2da4 (patch)
treef573913e376083135ba6dc0c2cbfd868b38b20df /todo.cpp
parentTodo rename alias 's' (diff)
Fix todo
Diffstat (limited to 'todo.cpp')
-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;