summaryrefslogtreecommitdiff
path: root/camlibs/jl2005c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-07-11 08:03:32 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-07-11 08:03:32 +0000
commit84914ece81036abf4ac63dbcc8f7e826035a506b (patch)
treeae292fd577d1d5d3d6ffb3a804b40978b44705db /camlibs/jl2005c
parent4bb7265cb1f3cb8ab8f6ab4c34c4f027578ceddd (diff)
downloadlibgphoto2-84914ece81036abf4ac63dbcc8f7e826035a506b.tar.gz
Eliminated some compiler warnings, fixing a couple of small
bugs in the process. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13144 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/jl2005c')
-rw-r--r--camlibs/jl2005c/jl2005c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camlibs/jl2005c/jl2005c.c b/camlibs/jl2005c/jl2005c.c
index a7ed3905e..f3baefb38 100644
--- a/camlibs/jl2005c/jl2005c.c
+++ b/camlibs/jl2005c/jl2005c.c
@@ -262,7 +262,6 @@ int jl2005c_reset (Camera *camera, GPPort *port)
int jl2005c_delete_all (Camera *camera, GPPort *port)
{
- char response;
gp_port_write(port, "\x09\x00", 2);
usleep(10000);
gp_port_write(port, "\x07\x00", 2);