summaryrefslogtreecommitdiff
path: root/camlibs/aox
diff options
context:
space:
mode:
authorTheodore Kilgore <kilgota@auburn.edu>2004-02-25 03:57:38 +0000
committerTheodore Kilgore <kilgota@auburn.edu>2004-02-25 03:57:38 +0000
commit21666fea21efa2665e1987c0b7aacc9f39f0c8c3 (patch)
treee172509c72f29434ee32d204ada1d6093779ec4c /camlibs/aox
parent2f488ed56b0c1d8e7cfbd017c5a16b27c3df26e1 (diff)
downloadlibgphoto2-21666fea21efa2665e1987c0b7aacc9f39f0c8c3.tar.gz
<mkousa@cc.hut.fi>
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7126 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/aox')
-rw-r--r--camlibs/aox/aox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/aox/aox.c b/camlibs/aox/aox.c
index 8160a4ea5..5ebd507b8 100644
--- a/camlibs/aox/aox.c
+++ b/camlibs/aox/aox.c
@@ -39,10 +39,10 @@
int aox_init (GPPort *port, Model *model, Info *info)
{
unsigned char c[4];
- memset(c,0,sizeof(c));
unsigned char hi[2];
- memset (hi,0,2);
unsigned char lo[2];
+ memset(c,0,sizeof(c));
+ memset (hi,0,2);
memset (lo,0,2);
GP_DEBUG("Running aox_init\n");