mcst-linux-kernel/patches-2024.06.26/gl4es-1.1.4/0145-Fix-build.patch

24 lines
530 B
Diff

From 5883475c0abaddb5dabeeafcdadf93c7476626e7 Mon Sep 17 00:00:00 2001
From: ptitSeb <sebastien.chev@gmail.com>
Date: Wed, 26 May 2021 20:22:45 +0200
Subject: [PATCH 145/233] Fix build
---
src/gl/glstate.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gl/glstate.c b/src/gl/glstate.c
index adc55d5a..9236c097 100644
--- a/src/gl/glstate.c
+++ b/src/gl/glstate.c
@@ -625,4 +625,4 @@ void gl_init() {
void gl_close() {
DeleteGLState(DEFAULT_STATE);
-}
\ No newline at end of file
+}
--
2.11.0