From 05869d79be896c681cfd3ec0b0d2e0c3ab327df9 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Wed, 20 Apr 2005 12:30:59 +0000 Subject: [project @ 2005-04-20 12:30:59 by adrianl] Reintroduced NDEBUG svn path=/import/netsurf/; revision=1674 --- desktop/textinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/textinput.c') diff --git a/desktop/textinput.c b/desktop/textinput.c index 9fb9f5ccf..0881d70df 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -24,7 +24,7 @@ #include "netsurf/render/font.h" #include "netsurf/render/form.h" #include "netsurf/render/layout.h" -//#define NDEBUG +#define NDEBUG #include "netsurf/utils/log.h" #include "netsurf/utils/talloc.h" #include "netsurf/utils/utf8.h" -- cgit v1.2.3