From 05c18861dd58a08076d0fa97f72cb88c4a5698e5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 16:01:51 +0000 Subject: Whitespace removal. --- cpukit/pppd/ccp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/pppd/ccp.c') diff --git a/cpukit/pppd/ccp.c b/cpukit/pppd/ccp.c index 5f27c34d57..d80df270f7 100644 --- a/cpukit/pppd/ccp.c +++ b/cpukit/pppd/ccp.c @@ -68,7 +68,7 @@ static option_t ccp_option_list[] = { "don't use draft deflate #", OPT_A2COPY, &ccp_allowoptions[0].deflate_draft, 0, 0 }, { "predictor1", o_bool, &ccp_wantoptions[0].predictor_1, - "request Predictor-1", 1, + "request Predictor-1", 1, &ccp_allowoptions[0].predictor_1, 0, 0 }, { "nopredictor1", o_bool, &ccp_wantoptions[0].predictor_1, "don't allow Predictor-1", OPT_A2COPY, @@ -979,7 +979,7 @@ ccp_reqci( */ static char * method_name( - ccp_options *opt, + ccp_options *opt, ccp_options *opt2) { static char result[64]; -- cgit v1.2.3