From 6b46a8d916c3e3a8fa06e73811918077f1aa78a2 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Thu, 26 Aug 2004 22:59:02 +0000 Subject: [project @ 2004-08-26 22:59:02 by joty] die() doesn't need extra (). svn path=/import/netsurf/; revision=1252 --- desktop/netsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/netsurf.c b/desktop/netsurf.c index dbbe7575c..24583daa8 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -111,5 +111,5 @@ static void lib_init(void) * "Shift-JIS" is rather popular. */ if (xmlAddEncodingAlias(xmlGetCharEncodingName(XML_CHAR_ENCODING_SHIFT_JIS), "X-SJIS") != 0) - die(("Failed to add encoding alias")); + die("Failed to add encoding alias"); } -- cgit v1.2.3