examples/vm_power: fix initialization of cmdline token
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 17 Dec 2014 12:55:25 +0000 (13:55 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Dec 2014 23:26:08 +0000 (00:26 +0100)
commitb68bc0b83a98e968c2a2cd8ae68b7bc0b6beec6d
tree0da5f9517eaf5465fd466a5b62367313085ea3ca
parent2e099bc5d104ca62c44b80b60207b213e8a23cd5
examples/vm_power: fix initialization of cmdline token

Fix a typo: cmdline_parse_token_string_t was used in place of
cmdline_parse_num_string_t.

Seen with clang-3.5.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
examples/vm_power_manager/vm_power_cli.c