From 952adafd11c1993a59aa369642c7fc8d8b8d2507 Mon Sep 17 00:00:00 2001 From: Agney Lopes Roth Ferraz Date: Fri, 9 Sep 2005 18:30:09 -0300 Subject: Import Debian changes 0.3.7pre-2 hardinfo (0.3.7pre-2) unstable; urgency=low * Fixed FTBFS (file intl.c updated). Thanks to Andreas Jochens. (Closes: #326033) --- intl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl.c') 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; -- cgit v1.2.3