X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d1ab2a841c12403193ea057e55326be22b766b08..2ea6899cdfc1dabed68a587cd1f38093180cc206:/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++; }