summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-02-22 15:51:30 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-02-22 15:51:30 +0000
commit81267c87833b96e909325c1fd1c2b268d973108f (patch)
tree81002dd517af2ce4bbd8b05b37be6f88215342f3 /libgphoto2_port/libgphoto2_port
parent0235b1b29b04235e0a3f11f864242bc100e8cbf6 (diff)
downloadlibgphoto2-81267c87833b96e909325c1fd1c2b268d973108f.tar.gz
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
Diffstat (limited to 'libgphoto2_port/libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c2
1 files changed, 1 insertions, 1 deletions
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;