mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
add an empty line to make our cmd happy
svn path=/trunk/; revision=35926
This commit is contained in:
@@ -2232,6 +2232,7 @@ ProcessUnattendInf(HINF hUnattendedInf)
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
strcpy(&szPath[length], "shutdown.exe -s");
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
fprintf(file, "%s\n", "");
|
||||
}
|
||||
fclose(file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user