Skip to content

Commit

Permalink
doc: updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoMNardi committed Feb 20, 2024
1 parent 399ef0b commit c61e99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bgpd/bgp_addpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const struct bgp_addpath_strategy_names *
bgp_addpath_names(enum bgp_addpath_strat strat)
{
if (strat < BGP_ADDPATH_MAX)
return &(strat_names[strat]);
return &(strat_names[strat])
else
return &unknown_names;
return &unknown_names
};

/*
Expand Down

0 comments on commit c61e99c

Please sign in to comment.