summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-07-10 12:20:40 +0200
committerraysan5 <[email protected]>2020-07-10 12:20:40 +0200
commit956f61cf1435faabafb925f17620bdf005c5f202 (patch)
treef78dd8c607f4ece8c3b69c6a269b0963d8e2ccd3 /examples
parent0877019fb6eb5bf23daff1117925b4265fb9db3e (diff)
parent2d4956feeb75adf4aa64cc9ed68cb45b3fab5865 (diff)
downloadraylib-956f61cf1435faabafb925f17620bdf005c5f202.tar.gz
raylib-956f61cf1435faabafb925f17620bdf005c5f202.zip
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'examples')
-rw-r--r--examples/others/rlgl_standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/rlgl_standalone.c b/examples/others/rlgl_standalone.c
index 8f2e2b46..be194bf9 100644
--- a/examples/others/rlgl_standalone.c
+++ b/examples/others/rlgl_standalone.c
@@ -219,7 +219,7 @@ int main(void)
// GLFW3: Error callback
static void ErrorCallback(int error, const char *description)
{
- fprintf(stderr, description);
+ fprintf(stderr, "%s", description);
}
// GLFW3: Keyboard callback