diff options
author | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:50:48 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-05-06 20:50:48 +0100 |
commit | 1ae26218b9700756ff723a065f011e88f5d3ef81 (patch) | |
tree | 2a89d40cbe3390fb7a0dce4e5ebc1d354a4380a8 /win32 | |
parent | f6bd266ea88ba0b071ff727fe655b3d9de3db4ec (diff) | |
download | busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.tar.gz busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.tar.bz2 busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.zip |
MinGW: rename execable -> executable
Diffstat (limited to 'win32')
-rw-r--r-- | win32/mingw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/mingw.c b/win32/mingw.c index 044d5c50f..9f225e88f 100644 --- a/win32/mingw.c +++ b/win32/mingw.c | |||
@@ -930,7 +930,7 @@ int mingw_access(const char *name, int mode) | |||
930 | * | 930 | * |
931 | * if path already has a suffix don't even bother trying | 931 | * if path already has a suffix don't even bother trying |
932 | */ | 932 | */ |
933 | char *win32_execable_file(const char *p) | 933 | char *file_is_win32_executable(const char *p) |
934 | { | 934 | { |
935 | char *path; | 935 | char *path; |
936 | int len = strlen(p); | 936 | int len = strlen(p); |