summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index dc071ef..f485d39 100644
--- a/main.c
+++ b/main.c
@@ -233,7 +233,7 @@ static bool check_timeouts(struct timeval *t)
return tmin > 0;
}
-size_t get_win_title(char *buf, int len)
+size_t get_win_title(unsigned char *buf, int len)
{
char *argv[8];
spawn_t pfd;