commit | eb1ce6059a00f3f0dd92c965aa5982907b54c00d | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Fri Oct 08 08:17:22 2004 +0000 |
committer | hasso <hasso> | Fri Oct 08 08:17:22 2004 +0000 |
tree | ebd6583ba2f2f9909c25653d0349662e08c26ecf | |
parent | 2e864cfa12724ec20e82f0a24e1be5929e3a0cef [diff] [blame] |
Compiler warnings fixes round 1.
diff --git a/ospfd/ospf_route.c b/ospfd/ospf_route.c index 9280767..15331fd 100644 --- a/ospfd/ospf_route.c +++ b/ospfd/ospf_route.c
@@ -640,7 +640,7 @@ zlog_info("ospf_intra_add_stub(): Stop"); } -char *ospf_path_type_str[] = +const char *ospf_path_type_str[] = { "unknown-type", "intra-area",