Stricter type for the return value
This commit is contained in:
parent
13cd9f01b2
commit
d8631d4458
|
@ -92,7 +92,7 @@ static int _appclient_call(int verbose, AppClient * ac, AppClientCall * call)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
Variable * v;
|
Variable * v;
|
||||||
int res;
|
int32_t res;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user