From 1117e632c6824c05ecf175cfdb1558af3b81368a Mon Sep 17 00:00:00 2001 From: Jamie Allen Date: Wed, 22 Feb 2012 15:39:49 +0100 Subject: [PATCH] small file saving "_" fix basically a safety commit - the big changes were in the last one :) --- src/CamNoiseAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CamNoiseAnalysis.cpp b/src/CamNoiseAnalysis.cpp index b25aa49..ca4dc27 100755 --- a/src/CamNoiseAnalysis.cpp +++ b/src/CamNoiseAnalysis.cpp @@ -82,7 +82,7 @@ void CamNoiseAnalysis::acquire() Thread::sleep(3); save_timer->stop(); - + // } }