mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 20:04:14 +02:00
Fix missing semicolon
This commit is contained in:
@@ -50,7 +50,7 @@ void receive_replay(
|
||||
}
|
||||
|
||||
queue.commit();
|
||||
current_pulse_id++
|
||||
current_pulse_id++;
|
||||
}
|
||||
|
||||
} catch (const std::exception& e) {
|
||||
|
||||
Reference in New Issue
Block a user