mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-21 16:29:06 +00:00
Renamed label
This commit is contained in:
parent
db376e06e0
commit
76217e68bf
@ -667,13 +667,13 @@ restart:
|
||||
pos,
|
||||
(eof ? " ** END ** " : "SPACE continue reading"),
|
||||
NORMAL);
|
||||
retry1:
|
||||
retry:
|
||||
c = cgetc();
|
||||
switch (c) {
|
||||
case ' ':
|
||||
if (eof) {
|
||||
putchar(BELL);
|
||||
goto retry1;
|
||||
goto retry;
|
||||
}
|
||||
break;
|
||||
case 'B':
|
||||
@ -716,7 +716,7 @@ retry1:
|
||||
return;
|
||||
default:
|
||||
putchar(BELL);
|
||||
goto retry1;
|
||||
goto retry;
|
||||
}
|
||||
clrscr();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user