summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-04-20 12:30:59 +0000
committerAdrian Lees <adrian@aemulor.com>2005-04-20 12:30:59 +0000
commit05869d79be896c681cfd3ec0b0d2e0c3ab327df9 (patch)
tree56fca54978702a2c729c5dbf55e22c11264a64c8 /desktop/textinput.c
parent31c659a2ea8bf239569c8436e3b718786879df47 (diff)
downloadnetsurf-05869d79be896c681cfd3ec0b0d2e0c3ab327df9.tar.gz
netsurf-05869d79be896c681cfd3ec0b0d2e0c3ab327df9.tar.bz2
[project @ 2005-04-20 12:30:59 by adrianl]
Reintroduced NDEBUG svn path=/import/netsurf/; revision=1674
Diffstat (limited to 'desktop/textinput.c')
-rw-r--r--desktop/textinput.c2
1 files changed, 1 insertions, 1 deletions
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"