mirror of
https://github.com/crioux/turbo-linecount.git
synced 2026-03-02 03:40:07 +00:00
fixes :
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user