1
0
Fork 0
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:
Christoph von Wittich 2008-09-04 09:35:06 +00:00
parent a084e11432
commit a9844e64d7

View file

@ -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);
} }