X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d1ab2a841c12403193ea057e55326be22b766b08..f5bfa5864d2feef66948fde764c376b7a9f8b839:/sbr/fmt_compile.c diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index aeb770d8..2ad46cf5 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -352,7 +352,7 @@ lookup(char *name) while ((nm = t->name)) { if (*nm == c && strcmp (nm, name) == 0) - return (ftbl = t); + return ftbl = t; t++; }