X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=ao_write.c;h=e2858b918ebfd1d1e552147a4d62883990711a4c;hb=f8cc8caab7176a65731520f3130dc059e5d5773e;hp=4258803fcc996def34856262f476c64c5a611949;hpb=2031b9cab9304b02c0372f73eef54d9501277031;p=paraslash.git diff --git a/ao_write.c b/ao_write.c index 4258803f..e2858b91 100644 --- a/ao_write.c +++ b/ao_write.c @@ -244,7 +244,7 @@ fail: return ret; } -__noreturn static void *aow_play(void *priv) +static void *aow_play(void *priv) { struct writer_node *wn = priv; struct private_aow_data *pawd = wn->private_data;