mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
simple modernizations: s/assert/pa_assert
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1794 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
662988650a
commit
a6f8b813ae
8 changed files with 83 additions and 61 deletions
|
|
@ -79,6 +79,7 @@ struct timeval *pa_gettimeofday(struct timeval *tv) {
|
|||
|
||||
pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) {
|
||||
pa_usec_t r;
|
||||
|
||||
pa_assert(a);
|
||||
pa_assert(b);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue