commit | f7c43dcbbc44e2098728f9849d152d9b6df97a5d | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun Sep 26 16:24:14 2004 +0000 |
committer | hasso <hasso> | Sun Sep 26 16:24:14 2004 +0000 |
tree | b0a244f23dc7f1d9414d7a92316f7f83e3103c5b | |
parent | 1af8193311192ec1bd2a4d2769e0e9b90bc1609f [diff] [blame] |
Compiler warnings fixes.
diff --git a/isisd/isis_routemap.c b/isisd/isis_routemap.c index 56e44b8..688ca58 100644 --- a/isisd/isis_routemap.c +++ b/isisd/isis_routemap.c
@@ -52,7 +52,7 @@ extern struct isis *isis; void -isis_route_map_upd () +isis_route_map_upd (char *name) { int i = 0;