diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 11:14:50 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-15 11:14:50 -0700 |
commit | c79601be23704a67bf57180c68bdd99c8597b9b5 (patch) | |
tree | 0fba4031e2dbee0d61d1fdd85d98cebc88f77749 /lib/log.c | |
parent | eba0c68edeea14ae926ba3eed69723c5d28863e8 (diff) | |
parent | a934c0d16652b8089b46df855780d5c775dfe27e (diff) | |
download | quagga-c79601be23704a67bf57180c68bdd99c8597b9b5.tar.bz2 quagga-c79601be23704a67bf57180c68bdd99c8597b9b5.tar.xz |
Merge branch 'jenner' of nehalam:git/vyatta-quagga into jenner
Diffstat (limited to 'lib/log.c')
-rw-r--r-- | lib/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -771,7 +771,7 @@ lookup (const struct message *mes, int key) * provided otherwise. */ const char * -mes_lookup (struct message *meslist, int max, int index, const char *none) +mes_lookup (const struct message *meslist, int max, int index, const char *none) { int pos = index - meslist[0].key; |