mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-15 04:25:06 +00:00
Fix FreeAll PR formatting.
This commit is contained in:
parent
1a9aba3ab7
commit
6d6c059f38
2 changed files with 2 additions and 1 deletions
|
@ -508,6 +508,7 @@ U8 *SysStrNew(U8 *buf)
|
||||||
U0 FreeAll(...)
|
U0 FreeAll(...)
|
||||||
{// Free all pointers passed
|
{// Free all pointers passed
|
||||||
U64 cur_arg = 0;
|
U64 cur_arg = 0;
|
||||||
|
|
||||||
while (argc--)
|
while (argc--)
|
||||||
Free(argv[cur_arg++]);
|
Free(argv[cur_arg++]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue