From 3a23c4230bc61f905a316c2df9116d871fd9029f Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 24 May 2003 21:50:33 +0000 Subject: * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, getkey.c, keydb.c, openfile.c, plaintext.c, status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h, encode.c, mainproc.c, parse-packet.c, signal.c, textfilter.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. --- g10/parse-packet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/parse-packet.c') diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 2ce4748a6..a881840b2 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -42,9 +42,9 @@ static int list_mode = 0; static int parse( IOBUF inp, PACKET *pkt, int onlykeypkts, off_t *retpos, int *skip, IOBUF out, int do_skip - #ifdef DEBUG_PARSE_PACKET +#ifdef DEBUG_PARSE_PACKET ,const char *dbg_w, const char *dbg_f, int dbg_l - #endif +#endif ); static int copy_packet( IOBUF inp, IOBUF out, int pkttype, unsigned long pktlen ); -- cgit