summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/realcodecs/ra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/realcodecs/ra.c b/TOOLS/realcodecs/ra.c
index a8558390db..3a9526ce48 100644
--- a/TOOLS/realcodecs/ra.c
+++ b/TOOLS/realcodecs/ra.c
@@ -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);