Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
Co-authored-by: Foivos <[email protected]>
  • Loading branch information
PaulWalther and zakkak authored Oct 18, 2024
1 parent e6c9618 commit 028ae32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/turnin.c
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,7 @@ void setup(char *arg) {
exit(1);
}
showpenalty = n;
}
else if (strcasecmp(keyword, "duedate") == 0) {
} else if (strcasecmp(keyword, "duedate") == 0) {
if (sscanf(buf, "%s %14c", keyword, str_date) != 2) {
warn = 1;
} else if (!check_date(str_date, &duedate)) {
Expand Down

0 comments on commit 028ae32

Please sign in to comment.