summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-02-20 21:52:05 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-02-20 21:52:05 +0000
commitece1fcf2098ce7230d4cd40efe7bcb2e132dfca8 (patch)
treebd5b4323df9960454e07796ef4fd88322f942748 /examples
parenta0e8c8db778c9238133b4661cba3d59dcad1bb60 (diff)
downloadlibgphoto2-ece1fcf2098ce7230d4cd40efe7bcb2e132dfca8.tar.gz
C comment, not C++
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14249 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'examples')
-rw-r--r--examples/sample-justfocus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample-justfocus.c b/examples/sample-justfocus.c
index 96c8f438a..8ad502235 100644
--- a/examples/sample-justfocus.c
+++ b/examples/sample-justfocus.c
@@ -35,7 +35,7 @@ int main(int argc, char *argv[]){
printf("gp_file_new: %d\n", retval);
return 1;
}
- //retval = gp_camera_capture_preview(camera, file, context);
+ /*retval = gp_camera_capture_preview(camera, file, context); */
if (retval != GP_OK) {
printf("gp_camera_capture_preview: %d\n", retval);
return 1;