Addm missed required call to xo_finish() when only header is printed.

Reported by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2016-07-23 06:30:00 +00:00
parent bd4dcc3e5f
commit 81fc45fc23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303213

View File

@ -612,6 +612,7 @@ main(int argc, char *argv[])
if (nkept == 0) {
printheader();
xo_finish();
exit(1);
}