error: return-statement with a value, in function returning 'void'

This commit is contained in:
jsteffens 2013-11-25 12:52:22 +00:00
parent 0e9766f096
commit eee29ace05
1 changed files with 1 additions and 1 deletions

View File

@ -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();