From 8ce4768e7bbb2f7fc00c885591aa20429f4c83af Mon Sep 17 00:00:00 2001 From: José Bollo Date: Sun, 27 Aug 2017 13:35:37 +0200 Subject: monitoring: improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - use flex/css for correct layout - handles disconnection nicely - handles initial token - fix typo in afb-api-so Change-Id: I386b98f9d6a2182029d39a373a9820478f97cfa6 Signed-off-by: José Bollo --- src/afb-api-so.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit 1.2.3-korg