emacs.c: fix compiler warning (re: aa304888)
This commit is contained in:
parent
feedc05037
commit
0180a65bbf
|
|
@ -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…
Reference in New Issue