Removing non-ASCII chars from source code

svn-id: r27818
This commit is contained in:
Max Horn 2007-07-01 12:47:07 +00:00
parent d2189e7111
commit e2ad271bd8
13 changed files with 18 additions and 32 deletions

View file

@ -424,7 +424,7 @@ Boolean StartScummVM(Int16 engine) {
toLauncher= (gPrefs->exitLauncher);
// gVars values
// (gVars->HRrefNum defined in checkHRmode on Clié)
// (gVars->HRrefNum defined in checkHRmode on Clie)
#ifndef _DEBUG_ENGINE
gVars->VFS.volRefNum = (gPrefs->card.autoDetect ? vfsInvalidVolRef : gPrefs->card.volRefNum);
#else