From 81267c87833b96e909325c1fd1c2b268d973108f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 22 Feb 2014 15:51:30 +0000 Subject: path is modified, so not const git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14763 67ed7778-7388-44ab-90cf-0a291f65f57c --- libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgphoto2_port/libgphoto2_port') diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c index 596993081..84b169d6d 100644 --- a/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c +++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c @@ -36,7 +36,7 @@ #ifdef WIN32 -void gp_port_win_convert_path (const char *path) { +void gp_port_win_convert_path (char *path) { int x; -- cgit v1.2.1