mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[DISKPART] Fix a comment
This commit is contained in:
parent
1b5e679282
commit
8972448127
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ DeletePartition(
|
||||||
}
|
}
|
||||||
else if (_wcsicmp(argv[i], L"override") == 0)
|
else if (_wcsicmp(argv[i], L"override") == 0)
|
||||||
{
|
{
|
||||||
/* noerr */
|
/* override */
|
||||||
DPRINT("OVERRIDE\n");
|
DPRINT("OVERRIDE\n");
|
||||||
bOverride = TRUE;
|
bOverride = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue