mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
consistancy
This commit is contained in:
parent
3b5108e3de
commit
bef03b68ea
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ int32_t DISCORD_init(void)
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
libHandle = SDL_LoadObject(DISCORD_LIBRARY);
|
libHandle = SDL_LoadObject(DISCORD_LIBRARY);
|
||||||
if (!libHandle)
|
if (libHandle == NULL)
|
||||||
{
|
{
|
||||||
vlog_info(DISCORD_LIBRARY " not found!");
|
vlog_info(DISCORD_LIBRARY " not found!");
|
||||||
vlog_debug("Can't load object %s : %s\n", DISCORD_LIBRARY, SDL_GetError());
|
vlog_debug("Can't load object %s : %s\n", DISCORD_LIBRARY, SDL_GetError());
|
||||||
|
|
Loading…
Reference in a new issue