made code proper to avoid warning/fixed some small potential bugs
This commit is contained in:
4
mumo.c
4
mumo.c
@ -451,7 +451,8 @@ static int SaveMumo(void *pData, char *name, FILE *fd)
|
||||
{
|
||||
SCWrite(pCon,"ERROR: Incomplete command",eError);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 1; /* inserted return statement, guessed return value M.Z.*/
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
@ -618,6 +619,7 @@ static int SaveMumo(void *pData, char *name, FILE *fd)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 1; /* inserted return statement, guessed return value M.Z */
|
||||
}
|
||||
/*-------------------------------------------------------------------------*/
|
||||
static int CheckPermission(SConnection *pCon, pMulMot self)
|
||||
|
Reference in New Issue
Block a user