X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod_command.c;h=524fb57dbd7d81cd5cf96923ab7501bff7f1036e;hb=0a405367cdc8f3b0f49fb5ec3798378a2fc4589b;hp=d1e36490822c216da260003457a1fecfc3c02941;hpb=c79899fe6a1e8eb3086749f46c599d9790d99921;p=paraslash.git 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");