Skip to content

Commit

Permalink
Linux: Fixed error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Mar 4, 2017
1 parent 6aa1742 commit 42d0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/linux/SDL_udev.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 42d0289

Please sign in to comment.