mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +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)
|
||||
{
|
||||
/* noerr */
|
||||
/* override */
|
||||
DPRINT("OVERRIDE\n");
|
||||
bOverride = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue