From: Stijn Tintel Date: Thu, 27 Jan 2022 13:04:38 +0000 (+0200) Subject: map: fix copy-paste error in codepoints map X-Git-Url: http://git.openwrt.org/ubox.git?a=commitdiff_plain;h=e230e71e0a12e77bd000fae577dc94a9af602cce;p=project%2Fqosify.git map: fix copy-paste error in codepoints map Signed-off-by: Stijn Tintel Acked-by: Felix Fietkau --- 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 },