diff options
| author | Stijn Tintel | 2022-01-27 13:04:38 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2022-01-27 15:05:15 +0000 |
| commit | e230e71e0a12e77bd000fae577dc94a9af602cce (patch) | |
| tree | 1214e6a1d40c37afe4884755eb68eaf86d4845cc | |
| parent | 06872673c10fdf0eec7da1b2fe335e750d768f1e (diff) | |
| download | qosify-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ static const struct { { "AF13", 14 }, { "AF21", 18 }, { "AF22", 20 }, - { "AF22", 22 }, + { "AF23", 22 }, { "AF31", 26 }, { "AF32", 28 }, { "AF33", 30 }, |