mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 15:54:10 -05:00
@@ -52,7 +52,7 @@ SDL_SetHintWithPriority(const char *name, const char *value,
|
||||
SDL_Hint *hint;
|
||||
SDL_HintWatch *entry;
|
||||
|
||||
if (!name || !value) {
|
||||
if (!name) {
|
||||
return SDL_FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user