Skip to content

Commit

Permalink
Improve log file generation #372
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlo committed Mar 10, 2016
1 parent 7e8ba79 commit 376775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void print_kernel() {
if (dwVersion < 0x80000000) {
dwBuild = (DWORD)(HIWORD(dwVersion));
}
printf(" %d.%d (%d)\n", dwMajorVersion, dwMinorVersion, dwBuild);
printf("%d.%d (%d)\n", dwMajorVersion, dwMinorVersion, dwBuild);
#endif
}

Expand Down

0 comments on commit 376775b

Please sign in to comment.