From 899ce50ce92e45d057ffd4f76752f50341df4353 Mon Sep 17 00:00:00 2001 From: jdodgen Date: Sat, 16 May 2015 15:43:50 -0700 Subject: [PATCH] whoops did one wrong now tab to space conversion :) --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event.c b/event.c index 77fe9033..44bf42ab 100644 --- a/event.c +++ b/event.c @@ -395,7 +395,7 @@ static void event_image_snapshot(struct context *cnt, int type ATTRIBUTE_UNUSED, put_picture(cnt, fullfilename, img, FTYPE_IMAGE_SNAPSHOT); } - cnt->snapshot = 0; + cnt->snapshot = 0; } static void event_camera_lost(struct context *cnt, int type ATTRIBUTE_UNUSED,