Commit 55c4a928 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove wrong '&'

parent b98f017a
......@@ -1736,7 +1736,7 @@ PARAM_ALIAS(deprecated_dummy, debug)
*/
#define PARAM_BITS(nm, fld, def, descr) \
PARAM(nm, fld, nm, tweak_ ## nm, &mgt_param.fld, NULL, NULL, \
PARAM(nm, fld, nm, tweak_ ## nm, mgt_param.fld, NULL, NULL, \
def, NULL, descr)
PARAM_PRE
......
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