another warning.
This commit is contained in:
parent
4dbe060f2c
commit
8c343cf861
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ static int win32_bind(DSO *dso, const char *symname, void **symptr)
|
|||
return(1);
|
||||
}
|
||||
|
||||
static int win32_ctrl(DSO *dso, int cmd, long larg, void *parg)
|
||||
static long win32_ctrl(DSO *dso, int cmd, long larg, void *parg)
|
||||
{
|
||||
if(dso == NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue