]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_compile.c
Added tests of MMDF mailbox format to test-eom-align.
[nmh] / sbr / fmt_compile.c
index aeb770d8fe9489e7e4bca04b6625decf8ce30046..2ad46cf57e9d7efe13c8b4d1ba6d06359e5641fa 100644 (file)
@@ -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++;
     }