From a8b0abade8326acfb6dcc2e333d331352b9d83e5 Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Sat, 12 Dec 2015 20:10:42 -0800 Subject: [PATCH] fixes : --- build_vs2013/tlc/tlc.vcxproj | 10 +++++----- src/main.cpp | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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; }