summaryrefslogtreecommitdiff
path: root/win32/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/glob.h')
-rw-r--r--win32/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/glob.h b/win32/glob.h
index 24ae69467c..81280ea645 100644
--- a/win32/glob.h
+++ b/win32/glob.h
@@ -64,7 +64,7 @@ typedef struct {
* and lstat(2).
*/
void (*gl_closedir)(void *);
- struct dirent *(*gl_readdir)(void *);
+ struct dirent *(*gl_readdir)(void *);
void *(*gl_opendir)(const char *);
int (*gl_lstat)(const char *, zend_stat_t *);
int (*gl_stat)(const char *, zend_stat_t *);