From 88c893af19eda856a67936e507b76c655c4001d1 Mon Sep 17 00:00:00 2001 From: Arnaud Launay Date: Sun, 22 Dec 2002 11:17:00 +0000 Subject: =?UTF-8?q?Seems=20I've=20been=20too=20violent=20with=20=EF=BF=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5978 67ed7778-7388-44ab-90cf-0a291f65f57c --- camlibs/fuji/fuji.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camlibs/fuji') diff --git a/camlibs/fuji/fuji.c b/camlibs/fuji/fuji.c index f1b156884..191ecd594 100644 --- a/camlibs/fuji/fuji.c +++ b/camlibs/fuji/fuji.c @@ -279,7 +279,7 @@ fuji_transmit (Camera *camera, unsigned char *cmd, unsigned int cmd_len, /* Receive ACK (hopefully) */ CR (gp_port_read (camera->port, &c, 1)); - switch © { + switch (c) { case ACK: break; case NAK: @@ -717,7 +717,7 @@ fuji_upload (Camera *camera, const unsigned char *data, /* Receive ACK (hopefully) */ CR (gp_port_read (camera->port, &c, 1)); - switch © { + switch (c) { case ACK: break; case NAK: -- cgit v1.2.1