mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-21 21:41:55 +00:00
make sure #endif comment matches the macro name
(cherry picked from commit a5889b0e44)
This commit is contained in:
parent
01d8bb5b7c
commit
abab2f1181
13 changed files with 17 additions and 17 deletions
|
|
@ -20,8 +20,8 @@
|
|||
*/
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#ifndef SDL_syssensor_c_h_
|
||||
#define SDL_syssensor_c_h_
|
||||
#ifndef SDL_syssensor_h_
|
||||
#define SDL_syssensor_h_
|
||||
|
||||
// This is the system specific header for the SDL sensor API
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue