(xdopt, xdver): Fix missing footer.

This commit is contained in:
Markus Armbruster 2005-11-03 09:24:52 +00:00
parent 66f61616cb
commit f2eaedfe75

View file

@ -289,6 +289,8 @@ xdopt(void)
}
pr("\n");
xdftr(1);
return RET_OK;
}
@ -319,6 +321,8 @@ xdver(void)
}
pr("\n");
xdftr(1);
return RET_OK;
}