Skip to content

Commit

Permalink
fix typos and syntax errors
Browse files Browse the repository at this point in the history
Related to c33aea7
  • Loading branch information
bogdan-iancu committed Feb 17, 2024
1 parent 83d6937 commit a981f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static int w_get_timestamp(struct sip_msg *msg, pv_spec_t *sec_avp,
static int w_script_trace(struct sip_msg *msg, int *log_level,
pv_elem_t *fmt_string, void *info_str);
static int w_is_myself(struct sip_msg *msg, str *host, int *port);
static int w_print_avp(struct sip_msg* msg, char* foo, char *bar)
static int w_print_avps(struct sip_msg* msg, char* foo, char *bar);

#ifndef FUZZ_BUILD
static
Expand Down Expand Up @@ -1429,7 +1429,7 @@ static int w_is_myself(struct sip_msg *msg, str *host, int *port)
return -1;
}

static int w_print_avp(struct sip_msg* msg, char* foo, char *bar)
static int w_print_avps(struct sip_msg* msg, char* foo, char *bar)
{
struct usr_avp **avp_list;
struct usr_avp *avp;
Expand Down

0 comments on commit a981f0b

Please sign in to comment.