devdraw: more cleanup, clearer locking

This commit is contained in:
Russ Cox 2020-01-10 00:11:55 -05:00
parent b1a086dee9
commit 41547af3f6
8 changed files with 331 additions and 315 deletions

View file

@ -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;