mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[USETUP] Add missing line jump
This commit is contained in:
parent
8fbc488050
commit
6a2e979f55
1 changed files with 1 additions and 1 deletions
|
@ -3642,7 +3642,7 @@ PrepareCopyPageInfFile(HINF InfFile,
|
|||
Status = SetupCreateDirectory(PathBuffer);
|
||||
if (!NT_SUCCESS(Status) && Status != STATUS_OBJECT_NAME_COLLISION)
|
||||
{
|
||||
DPRINT1("Creating directory '%S' failed: Status = 0x%08lx", PathBuffer, Status);
|
||||
DPRINT1("Creating directory '%S' failed: Status = 0x%08lx\n", PathBuffer, Status);
|
||||
MUIDisplayError(ERROR_CREATE_INSTALL_DIR, Ir, POPUP_WAIT_ENTER);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue