Commit dcafd17c authored by Federico Vaga's avatar Federico Vaga

tools: fix missing return value

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent b9458576
......@@ -519,6 +519,7 @@ static void *change_config_thread(void *arg)
fd = open(adcfifo, O_RDONLY);
}
}
return NULL;
}
......
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