From ad61263fe195a5975f986a7f23d767ef777ca22d Mon Sep 17 00:00:00 2001 From: rhyskidd Date: Tue, 5 Jun 2012 14:32:43 +0000 Subject: Hopefully final case of suppressing recurring check warning --- nGenEx/Graphic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nGenEx') diff --git a/nGenEx/Graphic.h b/nGenEx/Graphic.h index 237ed29..b518b71 100644 --- a/nGenEx/Graphic.h +++ b/nGenEx/Graphic.h @@ -1,6 +1,6 @@ /* Project nGenEx Destroyer Studios LLC - Copyright © 1997-2004. All Rights Reserved. + Copyright (C) 1997-2004. All Rights Reserved. SUBSYSTEM: nGenEx.lib FILE: Graphic.h @@ -21,7 +21,7 @@ // +--------------------------------------------------------------------+ -#define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; } +#define GRAPHIC_DESTROY(x) if (x) { x->Destroy(); x = 0; } //-V571 // +--------------------------------------------------------------------+ -- cgit v1.1