summaryrefslogtreecommitdiffstats
path: root/osdep/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/terminal.h')
-rw-r--r--osdep/terminal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/terminal.h b/osdep/terminal.h
index dea92ba6d3..b2336b68a8 100644
--- a/osdep/terminal.h
+++ b/osdep/terminal.h
@@ -48,6 +48,6 @@ void terminal_get_size(int *w, int *h);
void getch2_poll(void);
// Windows only.
-void mp_write_console_ansi(void **wstream, char *buf);
+void mp_write_console_ansi(void *wstream, char *buf);
#endif /* MPLAYER_GETCH2_H */