mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix cppcheck warnings
This commit is contained in:
parent
cd81f65142
commit
56315a026c
1 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ int rtp_parse(struct vnode *n, json_t *json)
|
|||
|
||||
/** @todo parse * in addresses */
|
||||
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
char * rtp_print(struct vnode *n)
|
||||
|
@ -502,7 +502,7 @@ int rtp_type_stop()
|
|||
|
||||
libre_close();
|
||||
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int rtp_read(struct vnode *n, struct sample *smps[], unsigned cnt, unsigned *release)
|
||||
|
|
Loading…
Add table
Reference in a new issue