]> 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 e469a394fa6ee8df698a633274cf16394891e102..e2858b918ebfd1d1e552147a4d62883990711a4c 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file ao_write.c Paraslash's libao output plugin. */
 
@@ -248,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;