summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-09-01 11:30:55 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-09-01 11:30:55 +0000
commit2f092826d9431e19ff80c15b5f4f0979b5e3f940 (patch)
tree48689c07b77542b0a2e4bc0ccab706ada9dadcd0 /libgphoto2
parent55097c87de6c464680aff7bb8cfc5c624b6fdf14 (diff)
downloadlibgphoto2-2f092826d9431e19ff80c15b5f4f0979b5e3f940.tar.gz
indent fix (Coverity)
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14534 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/ahd_bayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/ahd_bayer.c b/libgphoto2/ahd_bayer.c
index 3888f290c..1195cefb8 100644
--- a/libgphoto2/ahd_bayer.c
+++ b/libgphoto2/ahd_bayer.c
@@ -263,7 +263,7 @@ int do_green_ctr_row(unsigned char *image, unsigned char *image_h,
value -= image[AD(x+2,y,w)+RED];
else
value -= image[AD(x+2,y,w)+BLUE];
- div--;
+ div--;
}
if (x > 0) {
value += 2*image[AD(x-1,y,w)+GREEN];