From 9be3063f0e8e0cc7df68d9ef86bfc7ce36e34f3f Mon Sep 17 00:00:00 2001 From: Knightmare66 Date: Wed, 17 Nov 2021 19:04:52 -0500 Subject: [PATCH] Fixed reformatting typo in qgl_unix.c. --- unix/qgl_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/qgl_unix.c b/unix/qgl_unix.c index d2fa389..5e620a2 100644 --- a/unix/qgl_unix.c +++ b/unix/qgl_unix.c @@ -3047,7 +3047,7 @@ void *qwglGetProcAddress (char *symbol) ** */ -qboolean QGL_Init (const char *dllnam ) +qboolean QGL_Init (const char *dllname) { // update 3Dfx gamma irrespective of underlying DLL {