mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix compiler warnings
Note that in Dismiss(), checking for `this` is not necessary (original code was generated by the compiler)
This commit is contained in:
parent
c70c578194
commit
d64e88451f
2 changed files with 3 additions and 7 deletions
|
@ -143,7 +143,7 @@ static ctrlevent_s controlEvents[CTRL_EVENT_COUNT] = {
|
|||
{'c', &EV_Notepad_Copy },
|
||||
{'x', &EV_Notepad_Cut },
|
||||
{'v', &EV_Notepad_Paste },
|
||||
{NULL, NULL },
|
||||
{0, NULL },
|
||||
};
|
||||
|
||||
bool UI_LoadNotepadFile(const char *filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue