mz: Fix accidental assignment in conditional statement
commit8d84c45d196f5d5c4209f82388df7688e7196ddd
authorMichael R. Torres <6692889+micrictor@users.noreply.github.com>
Thu, 20 Feb 2020 04:59:36 +0000 (19 20:59 -0800)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 20 Feb 2020 08:25:39 +0000 (20 09:25 +0100)
treec3eeb72e4d2c7021e4b74dc2625ed7e5d72a5f0e
parent61f7607328f30718daf27c8d1da2101c7ec30f9e
mz: Fix accidental assignment in conditional statement
Corrects the accidental assignment of _c_ to 'c' or 'p' due to a missing equals sign. This enables the proper display of the missing argument error message for all relevant options.

Signed-off-by: Michael R Torres <mic.ric.tor@gmail.com>
staging/mausezahn.c