diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-26 06:23:18 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-26 06:23:18 +0000 |
commit | 60d8f1f856b4aeaece21329c5f5a3c40e4c6499f (patch) | |
tree | 7d07725a72f4613e274686b88f477342b2d02b6a /EdkCompatibilityPkg/Sample | |
parent | 267865e8410032dc8e567dc9f613e256d2ac0948 (diff) | |
download | edk2-60d8f1f856b4aeaece21329c5f5a3c40e4c6499f.tar.gz edk2-60d8f1f856b4aeaece21329c5f5a3c40e4c6499f.tar.bz2 edk2-60d8f1f856b4aeaece21329c5f5a3c40e4c6499f.zip |
clean non-ASCII char
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11338 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Sample')
-rw-r--r-- | EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c index 5f64bf5685..940a5564ce 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c +++ b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ProcessDsc.c @@ -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);
|