X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ao_write.c;h=e2858b918ebfd1d1e552147a4d62883990711a4c;hp=e469a394fa6ee8df698a633274cf16394891e102;hb=f14e5c15c82d4bf3b7ea611eab6bce95d4767b61;hpb=764e71ceb1e188086c08e38dfd52d45b67dc15ba diff --git a/ao_write.c b/ao_write.c index e469a394..e2858b91 100644 --- a/ao_write.c +++ b/ao_write.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2011 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2011 Andre Noll , 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;