aboutsummaryrefslogtreecommitdiff
path: root/helper/test/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/test/cli.c')
-rw-r--r--helper/test/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/test/cli.c b/helper/test/cli.c
index 475a99b90..4fa403f5a 100644
--- a/helper/test/cli.c
+++ b/helper/test/cli.c
@@ -48,7 +48,7 @@ int main(int argc, char *argv[])
odph_cli_param_init(&cli_param);
- if (odph_cli_init(instance, &cli_param)) {
+ if (odph_cli_init(&cli_param)) {
ODPH_ERR("Error: odph_cli_init() failed.\n");
exit(EXIT_FAILURE);
}