X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ao_write.c;h=e2858b918ebfd1d1e552147a4d62883990711a4c;hb=99f21f0b6ecf29f949cdbce285e241a2e3ef3093;hp=e469a394fa6ee8df698a633274cf16394891e102;hpb=870fcd0379ab096184f42481541d668694da7c83;p=paraslash.git 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;