summaryrefslogtreecommitdiff
path: root/camlibs/konica/library.c
diff options
context:
space:
mode:
authorArnaud Launay <asl@launay.org>2003-09-17 12:32:26 +0000
committerArnaud Launay <asl@launay.org>2003-09-17 12:32:26 +0000
commit28789b5aecc3075c3a1ded5652167934f98a4a3a (patch)
tree722202f7dd8c455793fdd3161395b963253a4147 /camlibs/konica/library.c
parent2801d3a58e37323ecbe6502f04e1203a36d2e580 (diff)
downloadlibgphoto2-28789b5aecc3075c3a1ded5652167934f98a4a3a.tar.gz
cosmetic change
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6780 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/konica/library.c')
-rw-r--r--camlibs/konica/library.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/camlibs/konica/library.c b/camlibs/konica/library.c
index 06885c703..624344cc4 100644
--- a/camlibs/konica/library.c
+++ b/camlibs/konica/library.c
@@ -1128,7 +1128,7 @@ localization_file_read (Camera *camera, const char *file_name,
default:
/****************************************/
/* j == 0: We have to read the second */
- /* half of the byte to send. */
+ /* half of the byte to send. */
/* j == 1: We'll compose our byte. */
/****************************************/
if ((f != '0') && (f != '1') && (f != '2') &&
@@ -1248,9 +1248,9 @@ camera_init (Camera* camera, GPContext *context)
/* Initiate the connection */
C(speed = test_speed (camera, context));
#if 0
-/* Ideally, we need to reset the speed to the speed that we encountered */
-/* after each operation (multiple programs accessing the camera). However, */
-/* that takes quite a bit of time for HP cameras... */
+/* Ideally, we need to reset the speed to the speed that we encountered
+ after each operation (multiple programs accessing the camera). However,
+ that takes quite a bit of time for HP cameras... */
camera->pl->speed = speed;
#endif