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);
strcpy(&szPath[length], "shutdown.exe -s");
fwrite(szPath, 1, strlen(szPath) + 1, file);
fprintf(file, "%s\n", "");
}
fclose(file);
}