when you forget the semicolon

This commit is contained in:
Liam Waldron 2023-04-14 12:01:08 -04:00
parent c0922556cf
commit 921c412d68

View File

@ -18,7 +18,7 @@ char mkevent(int argc, char *argv[]) {
if (argc < 3) { if (argc < 3) {
printf(TXT_BOLD COL_RED "not enough arguments\n" COL_RESET TXT_RESET); 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]); printf("creating event on date %s\n", argv[2]);