summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ltdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltdl.c b/ltdl.c
index d105ce5..1bf7a12 100644
--- a/ltdl.c
+++ b/ltdl.c
@@ -618,7 +618,7 @@ sys_dl_open (loader_data, filename)
{
char *error;
if ((error = dlerror()) != NULL) {
- printf ("The Trinity ltdl loader was unable to dlopen() the shared library '%s' : '%s'\n\r", filename, error);
+ printf ("The Trinity ltdl loader was unable to dlopen() the shared library '%s' : '%s'\n", filename, error);
}
MUTEX_SETERROR (DLERROR (CANNOT_OPEN));
}