summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/errors.c')
-rw-r--r--lasso/xml/errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/errors.c b/lasso/xml/errors.c
index c61c49db..a3ee1ce0 100644
--- a/lasso/xml/errors.c
+++ b/lasso/xml/errors.c
@@ -83,6 +83,6 @@ lasso_strerror(int error_code)
default:
sprintf(msg, "Undefined error code %d.", error_code);
- return(strdup(msg));
+ return strdup(msg);
}
}