summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/win32/dir-win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/dir-win32.c b/uisimulator/win32/dir-win32.c
index d8575213dc..dfdb6364f1 100644
--- a/uisimulator/win32/dir-win32.c
+++ b/uisimulator/win32/dir-win32.c
@@ -28,7 +28,7 @@
28// opendir 28// opendir
29// open directory for scanning 29// open directory for scanning
30DIR *opendir ( 30DIR *opendir (
31 char *dirname // directory name 31 const char *dirname // directory name
32 ) 32 )
33{ 33{
34 DIR *p = (DIR*)malloc(sizeof(DIR)); 34 DIR *p = (DIR*)malloc(sizeof(DIR));