summaryrefslogtreecommitdiff
path: root/examples/lunkwill-canon-capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lunkwill-canon-capture.c')
-rw-r--r--examples/lunkwill-canon-capture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lunkwill-canon-capture.c b/examples/lunkwill-canon-capture.c
index f7f4280e6..5ceb04a1d 100644
--- a/examples/lunkwill-canon-capture.c
+++ b/examples/lunkwill-canon-capture.c
@@ -1,13 +1,13 @@
/* compile with gcc -Wall -o canon-capture -lgphoto2 canon-capture.c
* This code released into the public domain 21 July 2008
- *
+ *
* This program does the equivalent of:
* gphoto2 --shell
* > set-config capture=1
* > capture-image-and-download
* compile with gcc -Wall -o canon-capture -lgphoto2 canon-capture.c
*
- * Taken from: http://credentiality2.blogspot.com/2008/07/linux-libgphoto2-image-capture-from.html
+ * Taken from: http://credentiality2.blogspot.com/2008/07/linux-libgphoto2-image-capture-from.html
*/
#include <stdlib.h>