error: return-statement with a value, in function returning 'void'
This commit is contained in:
parent
0e9766f096
commit
eee29ace05
|
@ -31,7 +31,7 @@ static bool glx_init(void) { return true; }
|
|||
static GLXContext ctx;
|
||||
static GLXPbuffer pbuf;
|
||||
|
||||
void deinit_glx_3Demu(void)
|
||||
int deinit_glx_3Demu(void)
|
||||
{
|
||||
Display *dpy = glXGetCurrentDisplay();
|
||||
|
||||
|
|
Loading…
Reference in New Issue