[window] Fix constness bug in test

This commit is contained in:
Ray Strode 2009-08-05 22:56:12 -04:00
parent 78bacad196
commit 82db416f40

View file

@ -1078,7 +1078,7 @@ main (int argc,
ply_event_loop_t *loop;
ply_window_t *window;
int exit_code;
char *tty_name;
const char *tty_name;
exit_code = 0;