diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h index b60618c9fcb9..31744eda80e1 100644 --- a/sys/netipx/spx_debug.h +++ b/sys/netipx/spx_debug.h @@ -56,7 +56,7 @@ struct spx_debug { #define SA_DROP 4 #ifdef SANAMES -char *spxnames[] = +const char *spxnames[] = { "input", "output", "user", "respond", "drop" }; #endif