diff options
author | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
commit | 245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44 (patch) | |
tree | f1fbe419407b7025655cd33a0ea0889f38d5118a /ospfd/ospf_route.c | |
parent | f0543fc0c5e41a40342e53cc5689b0edb4422da4 (diff) | |
download | quagga-245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44.tar.bz2 quagga-245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44.tar.xz |
Compiler warnings fixes round 1.
Diffstat (limited to 'ospfd/ospf_route.c')
-rw-r--r-- | ospfd/ospf_route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_route.c b/ospfd/ospf_route.c index 9280767f..15331fd9 100644 --- a/ospfd/ospf_route.c +++ b/ospfd/ospf_route.c @@ -640,7 +640,7 @@ ospf_intra_add_stub (struct route_table *rt, struct router_lsa_link *link, zlog_info("ospf_intra_add_stub(): Stop"); } -char *ospf_path_type_str[] = +const char *ospf_path_type_str[] = { "unknown-type", "intra-area", |