This commit is contained in:
Christien Rioux
2015-12-12 20:10:42 -08:00
parent 74a94a465f
commit a8b0abade8
2 changed files with 6 additions and 6 deletions

View File

@@ -182,7 +182,7 @@ int main(int argc, char **argv)
}
// Display output
_tprintf(_T(TLC_LINECOUNT_FMT "\n"), count);
_tprintf(_T(TLC_LINECOUNT_FMT) _T("\n"), count);
return 0;
}