diff options
-rwxr-xr-x | gen/prop/na | 2 | ||||
-rw-r--r-- | lib/unicode/prop/uprop_get_na.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gen/prop/na b/gen/prop/na index 5aa24e3..291a7d9 100755 --- a/gen/prop/na +++ b/gen/prop/na @@ -8,7 +8,7 @@ gawk ' BEGIN { FS = ";" - print "/* This file is autogenerated by gen/prop/nv; DO NOT EDIT. */" + print "/* This file is autogenerated by gen/prop/na; DO NOT EDIT. */" print "" print "#include \"macros.h\"" print "#include \"rune.h\"" diff --git a/lib/unicode/prop/uprop_get_na.c b/lib/unicode/prop/uprop_get_na.c index 84aa52d..f9df254 100644 --- a/lib/unicode/prop/uprop_get_na.c +++ b/lib/unicode/prop/uprop_get_na.c @@ -1,4 +1,4 @@ -/* This file is autogenerated by gen/prop/nv; DO NOT EDIT. */ +/* This file is autogenerated by gen/prop/na; DO NOT EDIT. */ #include "macros.h" #include "rune.h" |