From 64ccae46371fc0e3949a7e1426973ddc56b0eda8 Mon Sep 17 00:00:00 2001 From: igor Date: Tue, 24 Mar 2026 14:11:53 -0700 Subject: [PATCH] Fix comment. --- sdl_handmade.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl_handmade.h b/sdl_handmade.h index aa5a89d..d27a903 100644 --- a/sdl_handmade.h +++ b/sdl_handmade.h @@ -40,7 +40,7 @@ typedef struct sdl_state { S32 RecordingHandle; S32 InputRecordingIndex; - // NOTE: These functions might be NULL. Check before calling them! + /* NOTE: These functions might be NULL. Check before calling them! */ S32 PlaybackHandle; S32 InputPlayingIndex;