]> git.ozlabs.org Git - ppp.git/commitdiff
fix silly typo
authorPaul Mackerras <paulus@samba.org>
Thu, 8 Mar 2001 05:29:28 +0000 (05:29 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 8 Mar 2001 05:29:28 +0000 (05:29 +0000)
pppd/ipv6cp.c

index b877625c74f55f7bc4b5384222e9d11d3411553d..cf7fed8043952683c0229049feb70e32f1a0f623 100644 (file)
  * 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;