From b15fab0207004282aaf0ab0643fd08579121c88a Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 11 Sep 2024 17:35:11 -0700
Subject: [PATCH] Fixed typo in SDL_dialog.h
---
include/SDL3/SDL_dialog.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_dialog.h b/include/SDL3/SDL_dialog.h
index 09a0a97c54258..935fd78d5550c 100644
--- a/include/SDL3/SDL_dialog.h
+++ b/include/SDL3/SDL_dialog.h
@@ -262,4 +262,4 @@ extern SDL_DECLSPEC void SDLCALL SDL_ShowOpenFolderDialog(SDL_DialogFileCallback
#endif
#include <SDL3/SDL_close_code.h>
-#endif /* SDL_joystick_h_ */
+#endif /* SDL_dialog_h_ */