]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/string-private.h
Merge changes from CUPS 1.6svn-r9968.
[thirdparty/cups.git] / cups / string-private.h
index e16d63b84b3febc0b7ed38ef2bd73627705d24c7..bef1aea80384a179990fe683296acaf5b97eba46 100644 (file)
@@ -155,10 +155,7 @@ extern size_t _cups_strlcpy(char *, const char *, size_t);
 
 #  ifndef HAVE_SNPRINTF
 extern int     _cups_snprintf(char *, size_t, const char *, ...)
-#    ifdef __GNUC__
-__attribute__ ((__format__ (__printf__, 3, 4)))
-#    endif /* __GNUC__ */
-;
+               __attribute__ ((__format__ (__printf__, 3, 4)));
 #    define snprintf _cups_snprintf
 #  endif /* !HAVE_SNPRINTF */