summaryrefslogtreecommitdiff
path: root/include/platforms
diff options
context:
space:
mode:
authorjussi2024-02-18 19:46:50 +0200
committerjussi2024-02-18 19:46:50 +0200
commit836c9d1d0005c32714c89b3adecbb232472b494a (patch)
tree885fcafb39079e83fbc7f66b5b4b2b2dc77aa321 /include/platforms
parent9b27daefc225752f3f24ea862e9c2be13f8addf6 (diff)
downloadreilua-enhanced-836c9d1d0005c32714c89b3adecbb232472b494a.tar.gz
reilua-enhanced-836c9d1d0005c32714c89b3adecbb232472b494a.tar.bz2
reilua-enhanced-836c9d1d0005c32714c89b3adecbb232472b494a.zip
Pointer variable declaration style change.
Diffstat (limited to 'include/platforms')
-rw-r--r--include/platforms/core_desktop_sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platforms/core_desktop_sdl.h b/include/platforms/core_desktop_sdl.h
index ea2a86d..e787494 100644
--- a/include/platforms/core_desktop_sdl.h
+++ b/include/platforms/core_desktop_sdl.h
@@ -6,7 +6,7 @@
// typedef struct {
// int SDL_eventQueueLen;
-// SDL_Event **SDL_eventQueue;
+// SDL_Event** SDL_eventQueue;
// } SDL_State;
// extern SDL_State *SDL_state;