no return <void value> in a void function

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9981 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-17 00:34:42 +00:00
parent 95d3784467
commit 29b83d65a0

View File

@@ -374,7 +374,7 @@ fatalperror_errno(int f, const char *msg, int error)
void
fatalperror(int f, const char *msg)
{
return fatalperror_errno(f, msg, errno);
fatalperror_errno(f, msg, errno);
}
char editedhost[32];