summaryrefslogtreecommitdiff
path: root/examples/lunkwill-canon-capture.c
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2008-09-26 13:16:09 +0000
committerMarcus Meissner <marcus@jet.franken.de>2008-09-26 13:16:09 +0000
commit7cbf5a4e73fa7efb83001caa004aa8964e03642b (patch)
tree734b29a96381d5784f5af15a0059b79006690583 /examples/lunkwill-canon-capture.c
parentc14305f44b2c988ed19436676241445a809bac36 (diff)
downloadlibgphoto2-7cbf5a4e73fa7efb83001caa004aa8964e03642b.tar.gz
moved variable
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11359 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'examples/lunkwill-canon-capture.c')
-rw-r--r--examples/lunkwill-canon-capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lunkwill-canon-capture.c b/examples/lunkwill-canon-capture.c
index 7c908809b..4e215050d 100644
--- a/examples/lunkwill-canon-capture.c
+++ b/examples/lunkwill-canon-capture.c
@@ -149,9 +149,9 @@ capture_to_file(Camera *canon, GPContext *canoncontext, char *fn) {
CameraFile *canonfile;
const char *filedata;
unsigned long int filesize;
+ CameraFilePath camera_file_path;
printf("Capturing.\n");
- CameraFilePath camera_file_path;
/* NOP: This gets overridden in the library to /capt0000.jpg */
strcpy(camera_file_path.folder, "/");