diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp index b37d031445..6b5b64769b 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp @@ -721,7 +721,7 @@ bool OpenGL_MakeCurrent() #elif defined(HAVE_COCOA) && HAVE_COCOA cocoaGLMakeCurrent(GLWin.cocoaCtx,GLWin.cocoaWin); #elif defined(_WIN32) - return wglMakeCurrent(hDC,hRC) + return wglMakeCurrent(hDC,hRC); #elif defined(HAVE_X11) && HAVE_X11 return glXMakeCurrent(GLWin.dpy, GLWin.win, GLWin.ctx); #endif