summaryrefslogtreecommitdiff
path: root/dln.c
diff options
context:
space:
mode:
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dln.c b/dln.c
index 3f96dd3199..305512f0f8 100644
--- a/dln.c
+++ b/dln.c
@@ -1573,8 +1573,8 @@ dln_find_file(fname, path)
#if defined(__CYGWIN32__)
const char *
conv_to_posix_path(win32, posix)
- const char *win32;
- const char *posix;
+ char *win32;
+ char *posix;
{
char *first = win32;
char *p = win32;