Skip to content

Commit

Permalink
* 8c/swt.c: short -> Rune
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed May 7, 2014
1 parent 7792dc4 commit 67149c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8c/swt.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ outstring(char *s, long n)
}

long
outlstring(ushort *s, long n)
outlstring(TRune *s, long n)
{
char buf[2];
int c;
Expand Down

0 comments on commit 67149c8

Please sign in to comment.