From: Bruno Haible Date: Sun, 13 May 2007 21:28:35 +0000 (+0000) Subject: Fix typo in 2007-03-04 patch. X-Git-Tag: v0.17~409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61be60cc86d21837e1feb7fb0fcfc8c7c4fec3a6;p=thirdparty%2Fgettext.git Fix typo in 2007-03-04 patch. --- diff --git a/gettext-runtime/intl/libgnuintl.h.in b/gettext-runtime/intl/libgnuintl.h.in index 22ccb5118..a5de040b1 100644 --- a/gettext-runtime/intl/libgnuintl.h.in +++ b/gettext-runtime/intl/libgnuintl.h.in @@ -330,7 +330,7 @@ extern int fprintf (FILE *, const char *, ...); extern int vfprintf (FILE *, const char *, va_list); #undef printf -#if defined __NetBSD__ || define __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ +#if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ /* Don't break __attribute__((format(printf,M,N))). This redefinition is only possible because the libc in NetBSD, Cygwin, mingw does not have a function __printf__. */