useless line

This commit is contained in:
prx 2022-08-18 14:32:19 +02:00
parent b1f92f7c9c
commit 45e5ae32fa
1 changed files with 1 additions and 2 deletions

3
vger.c
View File

@ -43,9 +43,8 @@ stop(const int r, const char *fmt, ...)
va_start(ap2, fmt);
vfprintf(stderr, fmt, ap2);
va_end(ap2);
fprintf(stderr, "\n");
}
}
exit(r);
}