Skip to content

Commit

Permalink
Forgot newline char in update check
Browse files Browse the repository at this point in the history
  • Loading branch information
malleoz committed Sep 29, 2020
1 parent 01ef439 commit 52352b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ int main() {
return -1;
}
else if (update == 1) {
printf("Please visit https://github.com/SevenChords/CipesAtHome/releases to download the newest version of this program!");
printf("Press ENTER to quit.");
printf("Please visit https://github.com/SevenChords/CipesAtHome/releases to download the newest version of this program!\n");
printf("Press ENTER to quit.\n");
char exitChar = getchar();
return -1;
}
Expand Down

0 comments on commit 52352b8

Please sign in to comment.