1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 00:56:37 +02:00

Remove redundant uses of const.

This commit is contained in:
Sadie Powell
2024-02-27 10:34:27 +00:00
parent 7640fad30c
commit 73d4ac6de0
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ int Anope::LastErrorCode()
#endif
}
const Anope::string Anope::LastError()
Anope::string Anope::LastError()
{
#ifndef _WIN32
return strerror(errno);