X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=97d29f8fd09948b1e97972431df1f62ec30a4989;hp=a06aaa000b1df567914a00c65ec7cd86b00e6e46;hb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0;hpb=764e71ceb1e188086c08e38dfd52d45b67dc15ba diff --git a/client_common.c b/client_common.c index a06aaa00..97d29f8f 100644 --- a/client_common.c +++ b/client_common.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 1997 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 1997 Andre Noll , see file COPYING. */ /** \file client_common.c Common functions of para_client and para_audiod. */ @@ -90,7 +86,7 @@ static void client_pre_select(struct sched *s, void *context) else if (ret > 0) para_fd_set(ct->scc.fd, &s->wfds, &s->max_fileno); } - /* fall though */ + /* fallthrough */ case CL_EXECUTING: if (ct->btrn[0]) { ret = btr_node_status(ct->btrn[0], 0, BTR_NT_ROOT);