Skip to content

Commit

Permalink
de-capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Jun 1, 2001
1 parent c8f33b6 commit dcec420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/rtadvd/dump.c
@@ -1,4 +1,4 @@
/* $KAME: dump.c,v 1.17 2001/06/01 17:41:29 jinmei Exp $ */
/* $KAME: dump.c,v 1.18 2001/06/01 17:48:58 jinmei Exp $ */

/*
* Copyright (C) 2000 WIDE Project.
Expand Down Expand Up @@ -232,7 +232,7 @@ if_dump()
inet_ntop(AF_INET6, &rti->prefix,
prefixbuf, sizeof(prefixbuf)),
rti->prefixlen);
fprintf(fp, "Preference: %s, ",
fprintf(fp, "preference: %s, ",
rtpref_str[0xff & (rti->rtpref >> 3)]);
if (rti->ltime == ND6_INFINITE_LIFETIME)
fprintf(fp, "lifetime: infinity");
Expand Down

0 comments on commit dcec420

Please sign in to comment.