mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-19 17:58:13 +00:00
Fixed gendyapi.py parsing of SDL_RELEASE_GENERIC
This commit is contained in:
@@ -156,6 +156,7 @@ def main():
|
||||
func = re.sub(" SDL_TRY_ACQUIRE_SHARED\(.*\)", "", func);
|
||||
func = re.sub(" SDL_RELEASE\(.*\)", "", func);
|
||||
func = re.sub(" SDL_RELEASE_SHARED\(.*\)", "", func);
|
||||
func = re.sub(" SDL_RELEASE_GENERIC\(.*\)", "", func);
|
||||
|
||||
# Should be a valid function here
|
||||
match = reg_parsing_function.match(func)
|
||||
|
Reference in New Issue
Block a user