* mfmt.c (omain): Warning fix.

This commit is contained in:
Pavel Roskin 2001-06-05 22:21:42 +00:00
parent 8f2b254483
commit 0e46f60810
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2001-06-05 Pavel Roskin <proski@gnu.org>
* mfmt.c (omain): Warning fix.
* key.c [HAVE_TEXTMODE_X11_SUPPORT]: Rename `display' to
`x11_display' and `w' to `x11_window'. Make them static.
(init_textmode_x11_support): Include into init_key().

View File

@ -55,9 +55,9 @@ omain (void)
int
main (void)
{
int state = newline;
int space_seen;
int c;
int state = newline;
int space_seen = 0;
while ((c = getchar ()) != EOF){
switch (state){