This commit is contained in:
Christien Rioux 2015-12-12 18:16:15 -08:00
parent 99358f7acc
commit 4e3fd39ca8

View File

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