summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/to_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/to_str.c b/epan/to_str.c
index 0f70507f5a..1c418d3385 100644
--- a/epan/to_str.c
+++ b/epan/to_str.c
@@ -259,7 +259,7 @@ guint32_to_str_buf_len(const guint32 u) {
return 1;
}
-static const char const fast_strings[][4] = {
+static const char fast_strings[][4] = {
"0", "1", "2", "3", "4", "5", "6", "7",
"8", "9", "10", "11", "12", "13", "14", "15",
"16", "17", "18", "19", "20", "21", "22", "23",