diff options
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 476bbfd1..9db71286 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -285,7 +285,7 @@ void winevent(Window*, char*, ...); void winmousebut(Window*); void winaddincl(Window*, Rune*, int); void wincleartag(Window*); -void winctlprint(Window*, char*, int); +char *winctlprint(Window*, char*, int); struct Column { |
