ソースを参照

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

See #1304
pull/1306/head
Daniel Jour 4年前
committed by GitHub
コミット
2d4956feeb
この署名に対応する既知のキーがデータベースに存在しません GPGキー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

読み込み中…
キャンセル
保存