Skip to content

Commit c048b29

Browse files
authored
Fix typo in PTBAnalysis_module.cc that caused a build error
1 parent 9e44a41 commit c048b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbndcode/PTBAna/PTBAnalysis_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ void sbnd::ptb::PTBAnalysis::AnalysePTBs(std::vector<art::Ptr<raw::ptb::sbndptb>
537537
int upBit[32];
538538

539539
for (int u=0; u<32; u++){ //setting default values for maximum of 32 bits
540-
upbit[u]=-1
540+
upBit[u]=-1;
541541
}
542542

543543
int numOfTrig =0;

0 commit comments

Comments
 (0)