summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/glxhelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp
index 240e4b8d5..021e3cd64 100644
--- a/src/utils/glxhelper.cpp
+++ b/src/utils/glxhelper.cpp
@@ -45,7 +45,7 @@ void *GlxHelper::createContext(const unsigned long window,
{
Display *const display = static_cast<Display*>(display0);
XSync(display, false);
- int (*handler) (Display *, XErrorEvent *) = XSetErrorHandler(ErrorHandler);
+ int (*handler)(Display *, XErrorEvent *) = XSetErrorHandler(ErrorHandler);
void *context = mglXGetCurrentContext();
if (isGLNull(mglXGetCurrentContext)
|| isGLNull(mglXCreateContextAttribs)