From 9a909ecea7f78c3bae0600c50db92a481e4a1d46 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Mon, 17 Dec 2012 08:22:20 +0000 Subject: [PATCH] no change git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@388 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp b/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp index 0dfdcb228..0dc6dd754 100644 --- a/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp +++ b/slsDetectorSoftware/slsReceiver/slsReceiverFunctionList.cpp @@ -397,8 +397,7 @@ int slsReceiverFunctionList::startWriting(){ cout << "Total Frames Caught:"<< totalFramesCaught << endl; //close file - if(sfilefd) - fclose(sfilefd); + if(sfilefd) fclose(sfilefd); #ifdef VERBOSE cout << "sfield:" << (int)sfilefd << endl;