summaryrefslogtreecommitdiffstats
path: root/polyp/pstream-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pstream-util.c')
-rw-r--r--polyp/pstream-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/pstream-util.c b/polyp/pstream-util.c
index 95a2ae89..8526f29c 100644
--- a/polyp/pstream-util.c
+++ b/polyp/pstream-util.c
@@ -32,7 +32,8 @@ void pa_pstream_send_tagstruct(struct pa_pstream *p, struct pa_tagstruct *t) {
size_t length;
uint8_t *data;
struct pa_packet *packet;
- assert(p && t);
+ assert(p);
+ assert(t);
data = pa_tagstruct_free_data(t, &length);
assert(data && length);