1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00

Fix compilation, too few arguments to fputs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19890 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-09-18 14:24:16 +00:00
parent 203d128918
commit 24c9e1a4a6

View File

@ -45,7 +45,7 @@ void loadSyms() {
if (!b_dlOpened) {
char *error;
fputs("opening dll...\n");
fputs("opening dll...\n", stderr);
handle = dlopen ("/usr/local/RealPlayer8/Codecs/realcook.so.6.0", RTLD_LAZY);
if (!handle) {
fputs (dlerror(), stderr);