mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-15 14:04:22 +03:00
[project @ 2004-08-26 22:59:02 by joty]
die() doesn't need extra (). svn path=/import/netsurf/; revision=1252
This commit is contained in:
parent
f34a485dc6
commit
6b46a8d916
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user