Removing trailing commas in enums in SDL headers
Trailing commas in enums is a C99 feature. This commit removes them in SDL headers for ANSI compatibility.
This commit is contained in:
committed by
Ryan C. Gordon
parent
be6b8dead4
commit
b98116a996
@@ -56,7 +56,7 @@ typedef enum SDL_PropertyType
|
||||
SDL_PROPERTY_TYPE_STRING,
|
||||
SDL_PROPERTY_TYPE_NUMBER,
|
||||
SDL_PROPERTY_TYPE_FLOAT,
|
||||
SDL_PROPERTY_TYPE_BOOLEAN,
|
||||
SDL_PROPERTY_TYPE_BOOLEAN
|
||||
} SDL_PropertyType;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user