master
Christien Rioux 9 years ago
parent 99358f7acc
commit 4e3fd39ca8

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