X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so.c;fp=src%2Fafb-api-so.c;h=55e474c627ae8c866793ba2cd6295cdd1158de9a;hb=8ce4768e7bbb2f7fc00c885591aa20429f4c83af;hp=9d8d9c07d102ef7e218697eb531ebc04ddb59a06;hpb=d0b0b6fe77b8ea06bac2830baa9008eefe1917ba;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so.c b/src/afb-api-so.c index 9d8d9c07..55e474c6 100644 --- a/src/afb-api-so.c +++ b/src/afb-api-so.c @@ -86,7 +86,7 @@ static int adddirs(char path[PATH_MAX], size_t end, struct afb_apiset *apiset, i DIR *dir; struct dirent *dent; size_t len; - int rc=0; + int rc = 0; /* open the DIR now */ dir = opendir(path);