diff --git a/libclamav/others.c b/libclamav/others.c index d63beb14bc..dd7adba60b 100644 --- a/libclamav/others.c +++ b/libclamav/others.c @@ -388,7 +388,7 @@ const char *cl_strerror(cl_error_t clerror) case CL_EMAP: return "Can't map file into memory"; case CL_EMEM: - return "Can't allocate memory "; + return "Can't allocate memory"; case CL_ETIMEOUT: return "Exceeded time limit"; /* internal (needed for debug messages) */