mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
macro
This commit is contained in:
parent
99358f7acc
commit
4e3fd39ca8
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user