Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2019-10-26 17:00:19 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-10-26 17:00:19 +0300
commit5c84485046dc804e5834a401849f614845ea4aeb (patch)
tree0b03c0b755a09167431442add5a384fa63cba5d0 /src/Networking/LwipEthernet/Lwip
parent587f49d5699a6a0fc3cb8307e17dd5c2fa43f73b (diff)
Minor improvements
Diffstat (limited to 'src/Networking/LwipEthernet/Lwip')
-rw-r--r--src/Networking/LwipEthernet/Lwip/src/api/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Networking/LwipEthernet/Lwip/src/api/err.c b/src/Networking/LwipEthernet/Lwip/src/api/err.c
index 6269acd1..58425d3f 100644
--- a/src/Networking/LwipEthernet/Lwip/src/api/err.c
+++ b/src/Networking/LwipEthernet/Lwip/src/api/err.c
@@ -76,7 +76,7 @@ err_to_errno(err_t err)
#ifdef LWIP_DEBUG
-static const char *err_strerr[] = {
+static const char * const err_strerr[] = {
"Ok.", /* ERR_OK 0 */
"Out of memory error.", /* ERR_MEM -1 */
"Buffer error.", /* ERR_BUF -2 */