diff options
author | Max Horn | 2007-07-01 12:47:07 +0000 |
---|---|---|
committer | Max Horn | 2007-07-01 12:47:07 +0000 |
commit | e2ad271bd854369b437524cde60bfcb462225b82 (patch) | |
tree | d939d2be1b221b1ef57e58b24d1d4cc45062f5b6 /engines/kyra | |
parent | d2189e7111fc4aab508395ed136d094e8893717b (diff) | |
download | scummvm-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/kyra')
-rw-r--r-- | engines/kyra/sound_digital.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_digital.cpp b/engines/kyra/sound_digital.cpp index e2f92c9925..72d19ffd32 100644 --- a/engines/kyra/sound_digital.cpp +++ b/engines/kyra/sound_digital.cpp @@ -29,7 +29,7 @@ namespace Kyra { -// Thanks to Torbjörn Andersson (eriktorbjorn) for his aud player on which +// Thanks to Torbjorn Andersson (eriktorbjorn) for his aud player on which // this code is based on // TODO: cleanup of whole AUDStream |