summaryrefslogtreecommitdiff
path: root/uisimulator/common/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/io.c')
-rw-r--r--uisimulator/common/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c
index bca5c27a17..7538788bd6 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -282,7 +282,7 @@ static ssize_t io_trigger_and_wait(enum io_dir cmd)
282 return result; 282 return result;
283} 283}
284 284
285#if !defined(__PCTOOL__) && !defined(APPLICATION) 285#if !defined(APPLICATION)
286static const char *get_sim_pathname(const char *name) 286static const char *get_sim_pathname(const char *name)
287{ 287{
288 static char buffer[MAX_PATH]; /* sufficiently big */ 288 static char buffer[MAX_PATH]; /* sufficiently big */