From e2ad271bd854369b437524cde60bfcb462225b82 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 1 Jul 2007 12:47:07 +0000 Subject: Removing non-ASCII chars from source code svn-id: r27818 --- engines/agi/words.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi/words.cpp') diff --git a/engines/agi/words.cpp b/engines/agi/words.cpp index 5fc3c3bca9..ed33b9463a 100644 --- a/engines/agi/words.cpp +++ b/engines/agi/words.cpp @@ -88,7 +88,7 @@ void AgiEngine::unloadWords() { * Uses an algorithm hopefully like the one Sierra used. Returns the ID * of the word and the length in flen. Returns -1 if not found. * - * Thomas Åkesson, November 2001 + * Thomas Akesson, November 2001 */ int AgiEngine::findWord(char *word, int *flen) { int mchr = 0; /* matched chars */ -- cgit v1.2.3