From 41547af3f614061dd2c94bb52ae118f146925743 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 10 Jan 2020 00:11:55 -0500 Subject: devdraw: more cleanup, clearer locking --- src/cmd/devdraw/latin1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/devdraw/latin1.c') diff --git a/src/cmd/devdraw/latin1.c b/src/cmd/devdraw/latin1.c index 2fa9e29d..a3d13a08 100644 --- a/src/cmd/devdraw/latin1.c +++ b/src/cmd/devdraw/latin1.c @@ -46,7 +46,7 @@ unicode(Rune *k) * is minus the required n. */ int -_latin1(Rune *k, int n) +latin1(Rune *k, int n) { struct cvlist *l; int c; -- cgit v1.2.3