Remove disused label. 7/head
authorJason S. Ninneman <jsn@mbar.us>
Wed, 24 May 2017 22:43:34 +0000 (15:43 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Wed, 24 May 2017 22:43:34 +0000 (15:43 -0700)
main.c

diff --git a/main.c b/main.c
index 4854b695f187bb55545f8b5adc0c40f49a5ba56e..249fdee3d06324186e13b6c10c963eb31710ff0c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -141,7 +141,7 @@ static void do_command(FILE *cmdin) {
 
 /*  Can't leave cave once it's closing (except by main office). */
 
-L2:    if(!OUTSID(NEWLOC) || NEWLOC == 0 || !CLOSNG) goto L71;
+       if(!OUTSID(NEWLOC) || NEWLOC == 0 || !CLOSNG) goto L71;
        RSPEAK(130);
        NEWLOC=LOC;
        if(!PANIC)CLOCK2=15;