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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c
index 3591905e32..fe7bad438f 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -293,7 +293,6 @@ static const char *get_sim_pathname(const char *name)
293MYDIR *sim_opendir(const char *name) 293MYDIR *sim_opendir(const char *name)
294{ 294{
295 DIR_T *dir; 295 DIR_T *dir;
296
297 dir = (DIR_T *) OPENDIR(get_sim_pathname(name)); 296 dir = (DIR_T *) OPENDIR(get_sim_pathname(name));
298 297
299 if (dir) 298 if (dir)