Skip to content

Commit

Permalink
core: Fix typo in xavp header file
Browse files Browse the repository at this point in the history
- Corrected avpx_free to xavp_free
  • Loading branch information
Hugh Waite committed May 26, 2015
1 parent d0d48f1 commit 475cccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xavp.h
Expand Up @@ -77,7 +77,7 @@ typedef struct _sr_xavp {
} sr_xavp_t;

int xavp_init_head(void);
void avpx_free(sr_xavp_t *xa);
void xavp_free(sr_xavp_t *xa);

int xavp_add(sr_xavp_t *xavp, sr_xavp_t **list);
int xavp_add_last(sr_xavp_t *xavp, sr_xavp_t **list);
Expand Down

0 comments on commit 475cccb

Please sign in to comment.