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