Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Aug 17, 2023
1 parent a9a217c commit 060287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav/others.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <others.c>";
return "Can't allocate memory";
case CL_ETIMEOUT:
return "Exceeded time limit";
/* internal (needed for debug messages) */
Expand Down

0 comments on commit 060287a

Please sign in to comment.