From 870a302f960e46f2943c8d9da2e9351b906b20b7 Mon Sep 17 00:00:00 2001 From: Carl Nettelblad Date: Tue, 6 Mar 2001 23:31:44 +0000 Subject: [PATCH] Restoring NDEBUG flag again. svn path=/trunk/; revision=1668 --- reactos/drivers/fs/vfat/create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/fs/vfat/create.c b/reactos/drivers/fs/vfat/create.c index e85ca87b9d3..60fae006cc4 100644 --- a/reactos/drivers/fs/vfat/create.c +++ b/reactos/drivers/fs/vfat/create.c @@ -1,4 +1,4 @@ -/* $Id: create.c,v 1.19 2001/03/06 23:28:42 cnettel Exp $ +/* $Id: create.c,v 1.20 2001/03/06 23:31:44 cnettel Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -14,7 +14,7 @@ #include #include -#define NDEBUGN +#define NDEBUG #include #include "vfat.h"