From f6844ddcc8795a534f7af80498841cbcdfd177d7 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 8 Mar 2001 05:29:28 +0000 Subject: [PATCH] fix silly typo --- pppd/ipv6cp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pppd/ipv6cp.c b/pppd/ipv6cp.c index b877625..cf7fed8 100644 --- a/pppd/ipv6cp.c +++ b/pppd/ipv6cp.c @@ -90,10 +90,10 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipv6cp.c,v 1.13 2001/03/08 05:11:12 paulus Exp $ + * $Id: ipv6cp.c,v 1.14 2001/03/08 05:29:28 paulus Exp $ */ -#define RCSID "$Id: ipv6cp.c,v 1.13 2001/03/08 05:11:12 paulus Exp $" +#define RCSID "$Id: ipv6cp.c,v 1.14 2001/03/08 05:29:28 paulus Exp $" /* * TODO: @@ -331,7 +331,7 @@ setifaceid(argv) } static void -printipaddr(opt, printer, arg) +printifaceid(opt, printer, arg) option_t *opt; void (*printer) __P((void *, char *, ...)); void *arg; -- 2.39.2