when you forget the semicolon
This commit is contained in:
parent
c0922556cf
commit
921c412d68
@ -18,7 +18,7 @@ char mkevent(int argc, char *argv[]) {
|
||||
|
||||
if (argc < 3) {
|
||||
printf(TXT_BOLD COL_RED "not enough arguments\n" COL_RESET TXT_RESET);
|
||||
return 1
|
||||
return 1;
|
||||
}
|
||||
|
||||
printf("creating event on date %s\n", argv[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user