From d3c5bce620c9b1bfec56f72ba7660b86cbb5b2ec Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 30 May 2015 22:15:31 +0200 Subject: [PATCH] misc: fix unit test failures. --- caca/driver/x11.c | 2 +- examples/trifiller.c | 2 +- win32/config.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/caca/driver/x11.c b/caca/driver/x11.c index fc5f95c..502fd8d 100644 --- a/caca/driver/x11.c +++ b/caca/driver/x11.c @@ -1,6 +1,6 @@ /* * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2014 Sam Hocevar + * Copyright (c) 2002-2015 Sam Hocevar * 2007 Ben Wiley Sittler * All Rights Reserved * diff --git a/examples/trifiller.c b/examples/trifiller.c index b79ef6d..0a32f80 100644 --- a/examples/trifiller.c +++ b/examples/trifiller.c @@ -1,6 +1,6 @@ /* * trifiller texture mapping features - * Copyright (c) 2009-2012 Jean-Yves Lamoureux + * Copyright (c) 2009-2015 Jean-Yves Lamoureux * All Rights Reserved * * This program is free software. It comes without any warranty, to diff --git a/win32/config.h b/win32/config.h index 835a5f6..08db9b0 100644 --- a/win32/config.h +++ b/win32/config.h @@ -1,6 +1,7 @@ #define ALLOCCONSOLE_IN_WINDOWS_H 1 /* #undef DEBUG -- XXX: defined in the VS project */ +/* #undef HAVE__MINGW_H */ /* #undef HAVE_ARPA_INET_H */ #define HAVE_ATEXIT 1 /* #undef HAVE_COCOA_COCOA_H */