clean non-ASCII char

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11338 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhtian 2011-02-26 06:23:18 +00:00
parent 267865e841
commit 60d8f1f856
1 changed files with 1 additions and 1 deletions

View File

@ -4736,7 +4736,7 @@ SmartOpen (
if (SmartFile->FileContent != NULL) {
memset (SmartFile->FileContent, 0, FileSize + 1);
//
// Usually FileLength < FileSize, because in text mode, carriage return¨Clinefeed
// Usually FileLength < FileSize, because in text mode, carriage return-linefeed
// combinations are translated into single linefeeds on input
//
SmartFile->FileLength = fread (SmartFile->FileContent, sizeof(char), FileSize, Fptr);