From 61be60cc86d21837e1feb7fb0fcfc8c7c4fec3a6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 13 May 2007 21:28:35 +0000 Subject: [PATCH] Fix typo in 2007-03-04 patch. --- gettext-runtime/intl/libgnuintl.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__. */ -- 2.47.3