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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intl.h') diff --git a/intl.h b/intl.h index 35684866..71e6b43b 100644 --- a/intl.h +++ b/intl.h @@ -4,7 +4,7 @@ #include "config.h" void intl_init(void); -const gchar *intl_translate(const gchar *string, const gchar *source) __THROW; +const gchar *intl_translate(const gchar *string, const gchar *source); #define _(x) (intl_translate(x, __FILE__)) -- cgit v1.2.3