From f1297f718c9e95b1dbd430af8a72710441f77dc0 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Sun, 25 Jan 2015 20:18:36 +0100 Subject: [PATCH] remove a msvc warning --- src/localize.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/localize.c b/src/localize.c index f24f301..248c515 100755 --- a/src/localize.c +++ b/src/localize.c @@ -1066,10 +1066,9 @@ static void messagePos( TidyDocImpl* doc, TidyReportLevel level, ReportPosition(doc, line, col, buf, sizeBuf); #if !defined(NDEBUG) && defined(_MSC_VER) SPRTF("%s",buf); -#else +#endif for ( cp = buf; *cp; ++cp ) TY_(WriteChar)( *cp, doc->errout ); -#endif } LevelPrefix( level, buf, sizeBuf );