From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/render/openglx/mglxinit.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/render/openglx/mglxinit.cpp') diff --git a/src/render/openglx/mglxinit.cpp b/src/render/openglx/mglxinit.cpp index 74c378ed4..d73d981c6 100644 --- a/src/render/openglx/mglxinit.cpp +++ b/src/render/openglx/mglxinit.cpp @@ -30,13 +30,13 @@ void Glx::initFunctions() { - assignFunction(glXCreateContext); - assignFunction(glXGetCurrentContext); - assignFunctionARB(glXCreateContextAttribs); - assignFunction(glXChooseFBConfig); - assignFunction(glXDestroyContext); - assignFunction(glXMakeCurrent); - assignFunction(glXSwapBuffers); + assignFunction(glXCreateContext) + assignFunction(glXGetCurrentContext) + assignFunctionARB(glXCreateContextAttribs) + assignFunction(glXChooseFBConfig) + assignFunction(glXDestroyContext) + assignFunction(glXMakeCurrent) + assignFunction(glXSwapBuffers) } #endif // defined(USE_OPENGL) && defined(USE_X11) -- cgit v1.2.3-70-g09d2