Fix warnings by moving exit from warnerr to verr, verrx.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3958 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-12 00:10:32 +00:00
parent 5848e789ab
commit 406f9b76ff
7 changed files with 11 additions and 11 deletions

View File

@@ -46,5 +46,5 @@ RCSID("$Id$");
void
vwarn(const char *fmt, va_list ap)
{
warnerr(0, 0, 1, fmt, ap);
warnerr(1, fmt, ap);
}