Commit a2bc360f authored by Adam Wujek's avatar Adam Wujek 💬

tools: remove forgotten local fmt_wr

Remove one more left declaration of local fmt_wr.
Removal of other local fmt_wr was done in the commit:
146d18ad
tools: fmt_wr is a global variable now
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 36a32aaa
......@@ -123,7 +123,7 @@ int main(int argc, char **argv)
int nblock = 0, buflen = 16;
enum fmctdc_buffer_mode bufmode = FMCTDC_BUFFER_FIFO;
int n_samples = -1;
int fmt_wr = 0, flush = 0, read = 0, last = 0;
int flush = 0, read = 0, last = 0;
char opt;
struct sigaction new_action, old_action;
int ch_valid[FMCTDC_NUM_CHANNELS] = {0, 1, 2, 3, 4};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment