Output style: Get rid of an unnecessary newline.

This commit is contained in:
Bruce M Simpson 2004-03-25 08:51:14 +00:00
parent 26f16ebeb1
commit 3f2631c7ba

View file

@ -493,7 +493,6 @@ main(int argc, char *argv[])
nl[N_MIF6TABLE].n_value);
#endif
}
putchar('\n');
ifmalist_dump();
exit(0);
}