aboutsummaryrefslogtreecommitdiff
path: root/src/libutf/vendor/mkrunetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutf/vendor/mkrunetype.c')
-rw-r--r--src/libutf/vendor/mkrunetype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutf/vendor/mkrunetype.c b/src/libutf/vendor/mkrunetype.c
index 9f939f4..b33df32 100644
--- a/src/libutf/vendor/mkrunetype.c
+++ b/src/libutf/vendor/mkrunetype.c
@@ -385,4 +385,6 @@ main(int argc, char *argv[])
mkto("upper", table.toupper, 1, 0);
mkto("lower", table.tolower, 1, 0);
mkto("title", table.totitle, 1, 0);
+
+ return 0;
}