summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/realcodecs/rv30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/realcodecs/rv30.c b/TOOLS/realcodecs/rv30.c
index 5169241d8c..3f15a9f054 100644
--- a/TOOLS/realcodecs/rv30.c
+++ b/TOOLS/realcodecs/rv30.c
@@ -48,7 +48,7 @@ void loadSyms() {
if (!b_dlOpened) {
char *error;
- fputs("opening dll...\n");
+ fputs("opening dll...\n", stderr);
handle = dlopen ("/usr/local/RealPlayer8/Codecs/realrv30.so.6.0", RTLD_LAZY);
if (!handle) {
fputs (dlerror(), stderr);