Cosmetic fix.

This commit is contained in:
Eric S. Raymond 2007-07-24 04:28:51 +00:00
parent d4081a1b81
commit de8f3b677b

View file

@ -482,7 +482,8 @@ def hack_syntax(filename, lines):
j += 1
modcount += 1
j += 1
# Ensure that every speaker=narrator block without an image uses wesnoth-icon.png as an image."
# Ensure that every speaker=narrator block without an image uses
# wesnoth-icon.png as an image.
need_image = False
for i in range(len(lines)):
if "no-syntax-rewrite" in lines[i]: