[Scummvm-git-logs] scummvm master -> dea9f5f33ec9ef840dbb6beead546b5c28f99f51

lephilousophe noreply at scummvm.org
Mon Nov 11 13:06:24 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dea9f5f33e GRAPHICS: OPENGL: Fix typo in comment


Commit: dea9f5f33ec9ef840dbb6beead546b5c28f99f51
    https://github.com/scummvm/scummvm/commit/dea9f5f33ec9ef840dbb6beead546b5c28f99f51
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-11-11T14:05:56+01:00

Commit Message:
GRAPHICS: OPENGL: Fix typo in comment

Changed paths:
    graphics/opengl/context.cpp


diff --git a/graphics/opengl/context.cpp b/graphics/opengl/context.cpp
index 16b100e4f82..0d783aa44b4 100644
--- a/graphics/opengl/context.cpp
+++ b/graphics/opengl/context.cpp
@@ -21,7 +21,7 @@
 
 #define GLAD_GL_IMPLEMENTATION
 // sscanf_s is used by glad on MSVC only
-// we can't know before c=config.h is loaded that GLAD will be used
+// we can't know before config.h is loaded that GLAD will be used
 // but at this time it will be too late to allow sscanf_s
 #ifdef _MSC_VER
 #define FORBIDDEN_SYMBOL_EXCEPTION_sscanf_s




More information about the Scummvm-git-logs mailing list