fixed typo

This commit is contained in:
punkrockguy318 2008-08-24 07:23:24 +00:00
parent 67212a759b
commit b531d9c16d
1 changed files with 1 additions and 1 deletions

2
gfceux
View File

@ -255,7 +255,7 @@ class GfceuApp:
def find_fceu(self):
bin = find_binary('fceux')
if bin == None:
gfceu_error('Could not find the fceux binary.\n\
self.print_error('Could not find the fceux binary.\n\
Ensure that fceux is installed and in the $PATH.\n', 4, True)
else:
self.msg('Using: ' + bin)