diff options
Diffstat (limited to 'src/pulsecore/pstream-util.c')
| -rw-r--r-- | src/pulsecore/pstream-util.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pulsecore/pstream-util.c b/src/pulsecore/pstream-util.c index 1b513782..f84f486a 100644 --- a/src/pulsecore/pstream-util.c +++ b/src/pulsecore/pstream-util.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -56,7 +54,7 @@ void pa_pstream_send_error(pa_pstream *p, uint32_t tag, uint32_t error) { void pa_pstream_send_simple_ack(pa_pstream *p, uint32_t tag) { pa_tagstruct *t; - + pa_assert_se(t = pa_tagstruct_new(NULL, 0)); pa_tagstruct_putu32(t, PA_COMMAND_REPLY); pa_tagstruct_putu32(t, tag); |
