diff --git a/src/main.cpp b/src/main.cpp index d0d61d1..c6fca86 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; } \ No newline at end of file