diff cfgparser.c @ 1093:545a55a50885

erm...
author szabii
date Mon, 11 Jun 2001 00:12:09 +0000
parents fd0d77973d08
children ecb834719dc9
line wrap: on
line diff
--- a/cfgparser.c	Sun Jun 10 23:48:20 2001 +0000
+++ b/cfgparser.c	Mon Jun 11 00:12:09 2001 +0000
@@ -277,7 +277,6 @@
 		printf("\n");
 
 	while (fgets(line, MAX_LINE_LEN, fp)) {
-nextline:
 		if (errors >= 16) {
 			printf("too many errors\n");
 			goto out;
@@ -405,6 +404,7 @@
 			continue;
 			/* break */
 		}	
+nextline:
 	}
 
 	free(line);