]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/statbuf.c
Merge changes from CUPS 1.4svn-r8394.
[thirdparty/cups.git] / scheduler / statbuf.c
index 925b60169786e2514cd0a888a54b2c08cd8bbb9d..9e422418ee4bb98f08a836d7371b71fc2ea3e895 100644 (file)
@@ -57,7 +57,7 @@ cupsdStatBufDelete(cupsd_statbuf_t *sb)       /* I - Status buffer */
  */
 
 cupsd_statbuf_t        *                       /* O - New status buffer */
-cupsdStatBufNew(int fd,                        /* I - File descriptor of pipe */
+cupsdStatBufNew(int        fd,         /* I - File descriptor of pipe */
                 const char *prefix,    /* I - Printf-style prefix string */
                ...)                    /* I - Additional args as needed */
 {