diff --git a/build_vs2013/tlc/tlc.vcxproj b/build_vs2013/tlc/tlc.vcxproj index b02de95..8ea98c8 100644 --- a/build_vs2013/tlc/tlc.vcxproj +++ b/build_vs2013/tlc/tlc.vcxproj @@ -19,18 +19,18 @@ - - {c6e64e54-0635-4a2b-b404-145ea82a761f} - + - + + {c6e64e54-0635-4a2b-b404-145ea82a761f} + {E5D80D5A-FDE6-44FE-9E97-DF3D470DD5E9} Win32Proj linecount - lc + tlc diff --git a/src/main.cpp b/src/main.cpp index 001e909..85e5c38 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 "\n"), count); + _tprintf(_T(TLC_LINECOUNT_FMT) _T("\n"), count); return 0; }