X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ddf5b0259b7246c0d3207ceb22ea72379ae64e89..94187a80bd60baab4b9c4b949ad820d730578123:/sbr/ruserpass.c diff --git a/sbr/ruserpass.c b/sbr/ruserpass.c index 1e43571e..5c47aa11 100644 --- a/sbr/ruserpass.c +++ b/sbr/ruserpass.c @@ -218,7 +218,7 @@ token(char *tokval) for (t = toktabs; t->tokstr; t++) if (!strcmp(t->tokstr, tokval)) - return (t->tval); + return t->tval; - return (ID); + return ID; }