Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] fix a braino (and win32 compile)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Aug 7, 2012
1 parent 70bfa10 commit 4b7b174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/DllLoader/exports/emu_msvcrt.cpp
Expand Up @@ -465,7 +465,7 @@ extern "C"
#elif !defined(_WIN32)
return dlopen(filename, flag);
#else
return;
return NULL;
#endif
}

Expand Down

0 comments on commit 4b7b174

Please sign in to comment.