Change svn:mime-type property on all Unicode files (extension .uni) in edk2

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15806 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2014-08-14 20:20:37 +00:00 committed by lhauch
parent c9df168fa0
commit ea64888716
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ OrderedCollectionInsert (
Tmp = Tree->Root; Tmp = Tree->Root;
Parent = NULL; Parent = NULL;
Result = 0;
// //
// First look for a collision, saving the last examined node for the case // First look for a collision, saving the last examined node for the case