diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 74a65116c..6ace91470 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -579,4 +579,4 @@ void make_sparse(int fd, off_t start, off_t end); | |||
579 | int skip_ansi_emulation(int reset); | 579 | int skip_ansi_emulation(int reset); |
580 | int unix_path(const char *path); | 580 | int unix_path(const char *path); |
581 | int has_path(const char *file); | 581 | int has_path(const char *file); |
582 | int is_absolute_path(const char *path); | 582 | int is_relative_path(const char *path); |