diff options
| author | raysan5 <[email protected]> | 2020-07-10 12:20:40 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-07-10 12:20:40 +0200 |
| commit | 956f61cf1435faabafb925f17620bdf005c5f202 (patch) | |
| tree | f78dd8c607f4ece8c3b69c6a269b0963d8e2ccd3 /examples | |
| parent | 0877019fb6eb5bf23daff1117925b4265fb9db3e (diff) | |
| parent | 2d4956feeb75adf4aa64cc9ed68cb45b3fab5865 (diff) | |
| download | raylib-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.c | 2 |
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 |
