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:
parent
feedc05037
commit
0180a65bbf
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue