Skip to content

Commit

Permalink
remove crash warning, add my github
Browse files Browse the repository at this point in the history
  • Loading branch information
panki27 committed Sep 28, 2022
1 parent 87de8d9 commit da675b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minesweeper.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ int32_t minesweeper_app(void* p) {

DialogMessage* message = dialog_message_alloc();
const char* header_text = "Minesweeper";
const char* message_text = "Hold OK pressed to toggle flags.\nDon't spam buttons, or I will\ncrash!";
const char* message_text = "Hold OK pressed to toggle flags.\ngithub.com/panki27";

dialog_message_set_header(message, header_text, 64, 3, AlignCenter, AlignTop);
dialog_message_set_text(message, message_text, 64, 32, AlignCenter, AlignCenter);
Expand Down

0 comments on commit da675b9

Please sign in to comment.