fix a mistake on patch merge

Changes to be committed:
modified:   util/makedefs.c
This commit is contained in:
nhmall
2015-05-24 19:17:05 -04:00
parent b6f32e7eff
commit db2b1453bc

View File

@@ -2423,7 +2423,7 @@ do_questtxt()
SpinCursor(3);
qt_line++;
if (!index(in_line, '\n')) {
if (!index(line, '\n')) {
/* no newline; line is longer than QTEXT_IN_SIZ-1 */
int c;