Skip to content
Snippets Groups Projects
Commit 85d4cb15 authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Fixed a missing close parenthesis in daqd.cc

parent 1f0d0f90
No related branches found
No related tags found
1 merge request!155Daqd diagnostics
......@@ -1024,7 +1024,7 @@ daqd_c::framer_io( shared_frame_work_queue_ptr _work_queue, int science )
close( fd );
if ( dump_bcast_frame && cur_buf->gps % 60 == 0 )
{
if (!long_lived_debug_frame.empty()
if ( !long_lived_debug_frame.empty( ) )
{
unlink( long_lived_debug_frame.c_str( ) );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment