mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Linux: Fixed error message.
This commit is contained in:
parent
b17cd02507
commit
343c84b28b
|
|
@ -216,7 +216,7 @@ SDL_UDEV_Scan(void)
|
|||
enumerate = _this->udev_enumerate_new(_this->udev);
|
||||
if (enumerate == NULL) {
|
||||
SDL_UDEV_Quit();
|
||||
SDL_SetError("udev_monitor_new_from_netlink() failed");
|
||||
SDL_SetError("udev_enumerate_new() failed");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user