From 9e4e19c4cc1730faf390a5d705f86c36db8aea94 Mon Sep 17 00:00:00 2001 From: angelos Date: Sat, 6 Jun 1998 21:36:02 +0000 Subject: [PATCH] Fix patch. --- print/a2ps/patches/patch-ab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/a2ps/patches/patch-ab b/print/a2ps/patches/patch-ab index 2dc0b44fd9a..cce0a2432c3 100644 --- a/print/a2ps/patches/patch-ab +++ b/print/a2ps/patches/patch-ab @@ -5,7 +5,7 @@ subcontract (struct file_job * file, struct delegation * contractor) { -! char * command, stdin_content_filename = NULL; +! char * command, * stdin_content_filename = NULL; FILE * in_stream, * out_stream; int lines_read = 0; char buf[512]; @@ -13,7 +13,7 @@ subcontract (struct file_job * file, struct delegation * contractor) { -! char * command, * stdin_content_filename[40]; +! char * command, stdin_content_filename[40]; FILE * in_stream, * out_stream; int lines_read = 0; char buf[512];