Преглед изворни кода

Fix format-security error in rlgl_standalone.c (#1305)

See #1304
pull/1306/head
Daniel Jour пре 4 година
committed by GitHub
родитељ
комит
2d4956feeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      examples/others/rlgl_standalone.c

+ 1
- 1
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, sa">"%s", description);
}
// GLFW3: Keyboard callback

Loading…
Откажи
Сачувај