misc: harmonize names

Type: fix

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Ibad744788e200ce012ad88ff59c2c34920742454
This commit is contained in:
Dave Barach
2020-08-06 12:10:09 -04:00
parent 586462fabc
commit 11fb09e38f
41 changed files with 273 additions and 260 deletions

View File

@@ -414,8 +414,8 @@ START_TEST (test_show_version_1)
size_t size;
rv = vapi_recv (ctx, (void *) &resp, &size, 0, 0);
ck_assert_int_eq (VAPI_OK, rv);
int dummy;
show_version_cb (NULL, &dummy, VAPI_OK, true, &resp->payload);
int placeholder;
show_version_cb (NULL, &placeholder, VAPI_OK, true, &resp->payload);
vapi_msg_free (ctx, resp);
}