mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 04:53:40 +00:00
add an empty line to make our cmd happy
svn path=/trunk/; revision=35926
This commit is contained in:
parent
a084e11432
commit
a9844e64d7
1 changed files with 1 additions and 0 deletions
|
@ -2232,6 +2232,7 @@ ProcessUnattendInf(HINF hUnattendedInf)
|
||||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||||
strcpy(&szPath[length], "shutdown.exe -s");
|
strcpy(&szPath[length], "shutdown.exe -s");
|
||||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||||
|
fprintf(file, "%s\n", "");
|
||||||
}
|
}
|
||||||
fclose(file);
|
fclose(file);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue