summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/printing/print_cups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/printing/print_cups.c b/source/printing/print_cups.c
index 858647a52f4..2df846aa579 100644
--- a/source/printing/print_cups.c
+++ b/source/printing/print_cups.c
@@ -73,9 +73,9 @@ cups_passwd_cb(const char *prompt) /* I - Prompt */
* system.
*/
-void
-cups_printer_fn(void (*fn)(char *, char *)) /* I - Function to call */
+void cups_printer_fn(void (*fn)(char *, char *))
{
+ /* I - Function to call */
http_t *http; /* HTTP connection to server */
ipp_t *request, /* IPP Request */
*response; /* IPP Response */