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:
@@ -374,7 +374,7 @@ fatalperror_errno(int f, const char *msg, int error)
|
|||||||
void
|
void
|
||||||
fatalperror(int f, const char *msg)
|
fatalperror(int f, const char *msg)
|
||||||
{
|
{
|
||||||
return fatalperror_errno(f, msg, errno);
|
fatalperror_errno(f, msg, errno);
|
||||||
}
|
}
|
||||||
|
|
||||||
char editedhost[32];
|
char editedhost[32];
|
||||||
|
Reference in New Issue
Block a user