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