aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/words.cpp
diff options
context:
space:
mode:
authorMax Horn2007-07-01 12:47:07 +0000
committerMax Horn2007-07-01 12:47:07 +0000
commite2ad271bd854369b437524cde60bfcb462225b82 (patch)
treed939d2be1b221b1ef57e58b24d1d4cc45062f5b6 /engines/agi/words.cpp
parentd2189e7111fc4aab508395ed136d094e8893717b (diff)
downloadscummvm-rg350-e2ad271bd854369b437524cde60bfcb462225b82.tar.gz
scummvm-rg350-e2ad271bd854369b437524cde60bfcb462225b82.tar.bz2
scummvm-rg350-e2ad271bd854369b437524cde60bfcb462225b82.zip
Removing non-ASCII chars from source code
svn-id: r27818
Diffstat (limited to 'engines/agi/words.cpp')
-rw-r--r--engines/agi/words.cpp2
1 files changed, 1 insertions, 1 deletions
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 */