]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/job.h
Merge changes from CUPS 1.6svn-r9968.
[thirdparty/cups.git] / scheduler / job.h
index 3764478fdb4cd70bfb15beb14be60a6efa40a3d4..4fa63c6b1d0c0fece8961d23d6b2b42c06e03486 100644 (file)
@@ -149,10 +149,8 @@ extern void                cupsdSetJobState(cupsd_job_t *job,
                                         ipp_jstate_t newstate,
                                         cupsd_jobaction_t action,
                                         const char *message, ...)
-#ifdef __GNUC__
-__attribute__ ((__format__ (__printf__, 4, 5)))
-#endif /* __GNUC__ */
-;
+                                       __attribute__((__format__(__printf__,
+                                                                 4, 5)));
 extern void            cupsdStopAllJobs(cupsd_jobaction_t action,
                                         int kill_delay);
 extern int             cupsdTimeoutJob(cupsd_job_t *job);