From 911b4cd40290a08b85efeea57f2bc15a8e5176ac Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Tue, 17 Mar 2015 17:14:43 +0800 Subject: [PATCH] Insure that coverity locs number is aligned with result from lc. --- Makefile | 2 +- wscreen.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2956faf..4e536cd 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ window.o: window.c window.h defines.h buffer.h crypt.h line.h retcode.h \ word.o: word.c word.h basic.h buffer.h crypt.h line.h retcode.h utf8.h \ estruct.h mlout.h random.h region.h window.h defines.h wrapper.o: wrapper.c wrapper.h -wscreen.o: wscreen.c +wscreen.o: wscreen.c wscreen.h # DEPENDENCIES MUST END AT END OF FILE # IF YOU PUT STUFF HERE IT WILL GO AWAY diff --git a/wscreen.c b/wscreen.c index e8b43ea..0e3a138 100644 --- a/wscreen.c +++ b/wscreen.c @@ -1,8 +1,8 @@ /* wscreen.c -- windows screen console for MINGW32 */ -#ifdef MINGW32 - #include "wscreen.h" +#ifdef MINGW32 + #include #include #include