summaryrefslogtreecommitdiff
path: root/filter/error.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /filter/error.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'filter/error.c')
-rw-r--r--filter/error.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/filter/error.c b/filter/error.c
index e74e0127..a4f9fe16 100644
--- a/filter/error.c
+++ b/filter/error.c
@@ -1,9 +1,9 @@
/*
- * "$Id: error.c 9771 2011-05-12 05:21:56Z mike $"
+ * "$Id: error.c 10424 2012-04-23 17:26:57Z mike $"
*
* Raster error handling for CUPS.
*
- * Copyright 2007-2011 by Apple Inc.
+ * Copyright 2007-2012 by Apple Inc.
* Copyright 2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -28,8 +28,7 @@
* Include necessary headers...
*/
-#include "image-private.h"
-#include <stdarg.h>
+#include <cups/raster-private.h>
/*
@@ -139,7 +138,7 @@ _cupsRasterClearError(void)
*
* If there are no recent errors, NULL is returned.
*
- * @since CUPS 1.3/Mac OS X 10.5@
+ * @since CUPS 1.3/OS X 10.5@
*/
const char * /* O - Last error */
@@ -283,5 +282,5 @@ get_error_buffer(void)
/*
- * End of "$Id: error.c 9771 2011-05-12 05:21:56Z mike $".
+ * End of "$Id: error.c 10424 2012-04-23 17:26:57Z mike $".
*/