summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/netsurf.c2
1 files changed, 1 insertions, 1 deletions
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");
}