X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=39eb8b4cce9f6403132329fd0edfbf7b7025caaf;hp=a06aaa000b1df567914a00c65ec7cd86b00e6e46;hb=1f12ea375358a0b30689e01efe82796ea4fcb14f;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83 diff --git a/client_common.c b/client_common.c index a06aaa00..39eb8b4c 100644 --- a/client_common.c +++ b/client_common.c @@ -90,7 +90,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);