From b531d9c16deb1382ebc4051a819bab6740d3a158 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 24 Aug 2008 07:23:24 +0000 Subject: [PATCH] fixed typo --- gfceux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfceux b/gfceux index d79d3a8a..abbcc437 100755 --- a/gfceux +++ b/gfceux @@ -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)