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:
+1
-1
@@ -576,7 +576,7 @@ int Anope::LastErrorCode()
|
||||
#endif
|
||||
}
|
||||
|
||||
const Anope::string Anope::LastError()
|
||||
Anope::string Anope::LastError()
|
||||
{
|
||||
#ifndef _WIN32
|
||||
return strerror(errno);
|
||||
|
||||
Reference in New Issue
Block a user