1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

emacs.c: fix compiler warning (re: aa304888)

This commit is contained in:
Martijn Dekker 2021-12-10 07:35:50 +01:00
parent feedc05037
commit 0180a65bbf

View file

@ -1163,8 +1163,9 @@ static int escape(register Emacs_t* ep,register genchar *out,int count)
return(-1);
# endif /* ESH_BETTER */
beep();
return(-1);
/* FALLTHROUGH */
}
return(-1);
}