Commit 8c343cf8 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

another warning.

parent 4dbe060f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
                {