kern/win32.c: restore actually used variable

R=rsc
http://codereview.appspot.com/6401048
This commit is contained in:
Russ Cox 2012-07-14 09:21:46 -04:00
parent 6af132daa2
commit 14564d23d2
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ oserrstr(void)
long
showfilewrite(char *a, int n)
{
Rune *action, *arg, *cmd;
Rune *action, *arg, *cmd, *p;
static Rune Lopen[] = { 'o', 'p', 'e', 'n', 0 };
cmd = runesmprint("%.*s", n, a);