]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/mime-private.h
Merge changes from CUPS 1.6svn-r9968.
[thirdparty/cups.git] / scheduler / mime-private.h
index ffd769f12ae3c3abfa2a156e75365a468c3b159c..c448e5ac8a9af535cd126ec508268dd07a7c069b 100644 (file)
@@ -32,10 +32,7 @@ extern "C" {
  */
 
 extern void    _mimeError(mime_t *mime, const char *format, ...)
-#ifdef __GNUC__
-__attribute__ ((__format__ (__printf__, 2, 3)))
-#endif /* __GNUC__ */
-;
+               __attribute__ ((__format__ (__printf__, 2, 3)));
 
 
 #  ifdef __cplusplus