]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ao_write.c
write: Remove osx writer from write_cmd suite.
[paraslash.git] / ao_write.c
index 4258803fcc996def34856262f476c64c5a611949..e2858b918ebfd1d1e552147a4d62883990711a4c 100644 (file)
@@ -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;