Skip to content

Commit

Permalink
Improved comment 😄
Browse files Browse the repository at this point in the history
  • Loading branch information
adiultra committed Jun 2, 2016
1 parent dec9bd6 commit b4c3939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int parse(char command[80]){
}

else if (!(strcmp(command, "mark") * strcmp(command, "m"))) {
// Append a new Todo to the currently opened list
// Mark/(change status) a Todo with a given charater
if (isOpenL) {
int choice;
currentL.indexView();
Expand Down

0 comments on commit b4c3939

Please sign in to comment.