From c9e52be3f4d98943b67fbbe5d9a7ccd823b88326 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 26 Sep 2004 16:09:34 +0000 Subject: Compiler warnings fixes. --- zebra/zebra_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zebra_vty.c') diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 4bcd29f7..b2f09325 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -59,7 +59,7 @@ route_type_str (u_char type) }; /* Return route type string for VTY output. */ -const char +char route_type_char (u_char type) { switch (type) -- cgit v1.2.1