summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Tintel2022-01-27 13:04:38 +0000
committerStijn Tintel2022-01-27 15:05:15 +0000
commite230e71e0a12e77bd000fae577dc94a9af602cce (patch)
tree1214e6a1d40c37afe4884755eb68eaf86d4845cc
parent06872673c10fdf0eec7da1b2fe335e750d768f1e (diff)
downloadqosify-e230e71e0a12e77bd000fae577dc94a9af602cce.tar.gz
map: fix copy-paste error in codepoints map
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index 078dc45..fe11aa5 100644
--- a/map.c
+++ b/map.c
@@ -72,7 +72,7 @@ static const struct {
{ "AF13", 14 },
{ "AF21", 18 },
{ "AF22", 20 },
- { "AF22", 22 },
+ { "AF23", 22 },
{ "AF31", 26 },
{ "AF32", 28 },
{ "AF33", 30 },