summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/StSRecordFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/StSRecordFile.cpp b/common/StSRecordFile.cpp
index 1ad0872..e7cbc01 100644
--- a/common/StSRecordFile.cpp
+++ b/common/StSRecordFile.cpp
@@ -189,7 +189,7 @@ void StSRecordFile::parseLine(std::string & inLine)
break;
default:
// unrecognized type
- //throw StSRecordParseException("unknown S-record type");
+ throw StSRecordParseException("unknown S-record type");
break;
}