aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/latin1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/devdraw/latin1.c')
-rw-r--r--src/cmd/devdraw/latin1.c2
1 files changed, 1 insertions, 1 deletions
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;