initialize opts.version to false

This commit is contained in:
Manuel Domke
2018-03-02 21:59:05 +01:00
parent b428787161
commit c1560e521f

View File

@@ -240,6 +240,7 @@ static void initOpts(struct opt_struct *opts) {
opts->noOutput =
opts->listDevices =
opts->raw = false;
opts->version = false;
opts->help = false;
opts->none = false;
opts->pidFileName =