summaryrefslogtreecommitdiff
path: root/scheduler/statbuf.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-02-17 19:24:29 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-02-17 19:24:29 +0000
commitf0ab5bff8ab3f7b00619675b806b1f01294a3f6a (patch)
tree2c9d51f5a4af79a28e10dc990e323efaddb5c555 /scheduler/statbuf.c
parentbf3816c7edd01247b850a12e52856819190b66fd (diff)
downloadcups-f0ab5bff8ab3f7b00619675b806b1f01294a3f6a.tar.gz
Merge changes from CUPS 1.4svn-r8362.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1228 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/statbuf.c')
-rw-r--r--scheduler/statbuf.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/scheduler/statbuf.c b/scheduler/statbuf.c
index c4959cfbe..925b60169 100644
--- a/scheduler/statbuf.c
+++ b/scheduler/statbuf.c
@@ -4,7 +4,7 @@
* Status buffer routines for the Common UNIX Printing System (CUPS)
* scheduler.
*
- * Copyright 2007-2008 by Apple Inc.
+ * Copyright 2007-2009 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
@@ -118,13 +118,11 @@ cupsdStatBufNew(int fd, /* I - File descriptor of pipe */
*/
char * /* O - Line from buffer, "", or NULL */
-cupsdStatBufUpdate(cupsd_statbuf_t *sb, /* I - Status buffer */
- int *loglevel,
- /* O - Log level */
- char *line,
- /* I - Line buffer */
- int linelen)
- /* I - Size of line buffer */
+cupsdStatBufUpdate(
+ cupsd_statbuf_t *sb, /* I - Status buffer */
+ int *loglevel, /* O - Log level */
+ char *line, /* I - Line buffer */
+ int linelen) /* I - Size of line buffer */
{
int bytes; /* Number of bytes read */
char *lineptr, /* Pointer to end of line in buffer */