diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-10 22:03:53 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-10 22:03:53 +0200 |
commit | e0bd7712d3035ef400565bd87be4864a080089cb (patch) | |
tree | d84bd232adf9b5adeabf9656e02c0a488bb1e5ec | |
parent | 10ce08a3706339eb354296ce7c0101f0b1df1acf (diff) |
fix typo
Change-Id: If0faad0e28ab4de1fc8511dc9eeee7c7ec0c41d1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afm-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afm-run.c b/src/afm-run.c index 152b57f..fa11b2d 100644 --- a/src/afm-run.c +++ b/src/afm-run.c @@ -399,7 +399,7 @@ static int fill_launch_desc(struct json_object *appli, desc->home = homeappdir; desc->mode = mode; return 0; -}; +} /**************** report state of runner *********************/ |