(xundump): Eat whitespace after table, so that caller can check for

trailing junk more easily.  This fixes that check in ef_load().
This commit is contained in:
Markus Armbruster 2005-12-17 15:09:43 +00:00
parent 4799984997
commit 3dc35a77f7
2 changed files with 4 additions and 1 deletions

View file

@ -55,7 +55,7 @@ ef_load()
else {
int ch = getc(fp);
if (ch != EOF) {
fprintf(stderr, "%s: Junk after the trailer\n",
fprintf(stderr, "%s: Junk after the table\n",
ep->file);
retval = -1;
}