X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=74fb11cb0622cbab54f5c46ce28cbd5856efffe8;hp=f0c61cdf551d6e9f79ad4d0b91658cde6c7e84e8;hb=484e75562df55dca31ffcb9e5b05a490b4a3d3a1;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/audioc.c b/audioc.c index f0c61cdf..74fb11cb 100644 --- a/audioc.c +++ b/audioc.c @@ -137,7 +137,7 @@ out: static struct audioc_task audioc_task = { .task = { .pre_select = audioc_pre_select, - .new_post_select = audioc_post_select, + .post_select = audioc_post_select, .status = "audioc task" }, }, *at = &audioc_task;