X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod_command.c;h=524fb57dbd7d81cd5cf96923ab7501bff7f1036e;hp=d1e36490822c216da260003457a1fecfc3c02941;hb=0a405367cdc8f3b0f49fb5ec3798378a2fc4589b;hpb=eb0b03d2d24db75d1ece27b1cec133fc7df7d1c3 diff --git a/audiod_command.c b/audiod_command.c index d1e36490..524fb57d 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -350,7 +350,7 @@ err_out: return 1; } -int __noreturn com_term(int fd, __a_unused int argc, __a_unused char **argv) +__noreturn int com_term(int fd, __a_unused int argc, __a_unused char **argv) { close(fd); clean_exit(EXIT_SUCCESS, "terminating on user request");