diff options
Diffstat (limited to 'src/htsentities.sh')
-rwxr-xr-x | src/htsentities.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsentities.sh b/src/htsentities.sh index 5039aee..50745cd 100755 --- a/src/htsentities.sh +++ b/src/htsentities.sh @@ -56,7 +56,7 @@ EOF i=$[${i}+1] done echo -e " /* $A */" - echo -e " case ${hash}:" + echo -e " case ${hash}u:" echo -e " if (len == ${#ent} /* && strncmp(ent, \"${ent}\") == 0 */) {" echo -e " return ${code};" echo -e " }" |