summaryrefslogtreecommitdiffstats
path: root/polyp/memchunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/memchunk.c')
-rw-r--r--polyp/memchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/memchunk.c b/polyp/memchunk.c
index 5913c6e3..920189e2 100644
--- a/polyp/memchunk.c
+++ b/polyp/memchunk.c
@@ -88,8 +88,8 @@ void pa_mcalign_push(struct pa_mcalign *m, const struct pa_memchunk *c) {
}
int pa_mcalign_pop(struct pa_mcalign *m, struct pa_memchunk *c) {
- assert(m && c && m->base > m->buffer_fill);
int ret;
+ assert(m && c && m->base > m->buffer_fill);
if (!m->chunk.memblock)
return -1;