summaryrefslogtreecommitdiff
path: root/uisimulator/x11/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/io.c')
-rw-r--r--uisimulator/x11/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/io.c b/uisimulator/x11/io.c
index c33a42d636..5b3cff7006 100644
--- a/uisimulator/x11/io.c
+++ b/uisimulator/x11/io.c
@@ -97,7 +97,7 @@ void x11_closedir(MYDIR *dir)
97} 97}
98 98
99 99
100int x11_open(char *name, int opts) 100int x11_open(const char *name, int opts)
101{ 101{
102 char buffer[256]; /* sufficiently big */ 102 char buffer[256]; /* sufficiently big */
103 103