Fix dropping const from params

This commit is contained in:
Pasi Kallinen
2020-10-05 17:17:07 +03:00
parent 43112cec01
commit 37339abebd
2 changed files with 3 additions and 3 deletions

View File

@@ -1984,8 +1984,8 @@ long timeout UNUSED;
boolean
cmd_safety_prevention(cmddesc, act, flagcounter)
char *cmddesc;
char *act;
const char *cmddesc;
const char *act;
int *flagcounter;
{
if (flags.safe_wait && !iflags.menu_requested