diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index 0d53c0edd7f7..4ded4f75280a 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -2001,13 +2001,12 @@ static void helpscreen(void) { int topline = 0; /* where we are in the text */ + int line = 0; /* last line we displayed */ int c, delta = 1; char prompt[80]; for (;;) /* loop until user quits */ { - int line = 0; - /* display help text */ if (delta) {