summaryrefslogtreecommitdiffstats
path: root/xmalloc.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-09-27 23:16:48 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-01 19:36:56 +0200
commitf07e9d15916ac14721c9819c6d245a28f685f42b (patch)
tree20bf5c45117afcfeacf0e4f66d19ccf68c9e3d4f /xmalloc.c
parent1b52c4c75422742f04363048dda64999adb8402c (diff)
Create utf8.[ch] and change code accordingly
Change multibyte to utf8 to specify that we only support UTF-8 encoding.
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 8d6eff9..80622ae 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -118,4 +118,3 @@ xstrndup(const char * str, size_t len)
return p;
}
-