mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-15 04:25:06 +00:00
Fix IS09660 code formatting.
This commit is contained in:
parent
88fe6b59ba
commit
872e1a1385
3 changed files with 8 additions and 7 deletions
|
@ -486,6 +486,7 @@ U0 FMMakeISO(CDoc *doc, I64 type)
|
|||
case FSt_REDSEA:
|
||||
RedSeaISO(, tmpde->full_name);
|
||||
break;
|
||||
|
||||
case FSt_ISO9660:
|
||||
if (tmpde->full_name[StrLen(tmpde->full_name) - 1] == '/')
|
||||
st = MStrPrint("%s*", tmpde->full_name);
|
||||
|
|
Loading…
Reference in a new issue