Skip to content

Commit

Permalink
Update arithmetic.c
Browse files Browse the repository at this point in the history
  • Loading branch information
janbodnar committed Feb 1, 2016
1 parent 1534ba5 commit f3db0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datetime/arithmetic.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int wmain(void) {
FileTimeToSystemTime(&ft, &st);

wprintf(L"%02d/%02d/%04d %02d:%02d:%02d\n",
st.wDay,st.wMonth,st.wYear,st.wHour,st.wMinute,st.wSecond);
st.wDay, st.wMonth, st.wYear, st.wHour, st.wMinute, st.wSecond);

return 0;
}

0 comments on commit f3db0f3

Please sign in to comment.