aboutsummaryrefslogtreecommitdiff
path: root/intl.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl.c')
-rw-r--r--intl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl.c b/intl.c
index 82ac163f..986b3a48 100644
--- a/intl.c
+++ b/intl.c
@@ -45,7 +45,7 @@ void intl_init(void)
* but slower :P
*/
const gchar *
-intl_translate(const gchar * string, const gchar * source) __THROW
+intl_translate(const gchar * string, const gchar * source)
{
FILE *file;
gchar buffer[256], *keyname, *lang = NULL, *langenv = NULL;