diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index 34f6392af..cea12ad76 100644 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -1359,9 +1359,9 @@ std::vector DetectorImpl::readProgrammingFile(const std::string &fname) { } if (close(dst) != 0) { throw RuntimeError("Program FPGA: Could not close destination file"); - }*/ + } LOG(logINFOBLUE) << "File has been converted to " << destfname; - +*/ // loading dst file to memory FILE *fp = fopen("/tmp/SLS_DET_MCB.tzgmUT", "r"); if (fp == nullptr) {