Stricter type for the return value

This commit is contained in:
Pierre Pronchery 2014-04-26 01:40:54 +08:00
parent 13cd9f01b2
commit d8631d4458

View File

@ -92,7 +92,7 @@ static int _appclient_call(int verbose, AppClient * ac, AppClientCall * call)
{
int ret = 0;
Variable * v;
int res;
int32_t res;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s()\n", __func__);