[InOsEmuPkg] Fix minor coding style bug.

signed-off-by: andrewfish



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11884 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish 2011-06-24 14:50:06 +00:00
parent c217506815
commit c8f62f95a6
1 changed files with 1 additions and 2 deletions

View File

@ -251,8 +251,7 @@ UnixSimpleFileSystemFileInfo (
if (FileName != NULL) {
RealFileName = FileName;
}
else if (PrivateFile->IsRootDirectory) {
} else if (PrivateFile->IsRootDirectory) {
RealFileName = "";
} else {
RealFileName = PrivateFile->FileName;