aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afm-run.c')
-rw-r--r--src/afm-run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afm-run.c b/src/afm-run.c
index 16b20bd..c5d1552 100644
--- a/src/afm-run.c
+++ b/src/afm-run.c
@@ -388,11 +388,11 @@ static int fill_launch_desc(struct json_object *appli,
return -1;
}
- /* plugins */
+ /* bindings */
{
/* TODO */
static const char *null = NULL;
- desc->plugins = &null;
+ desc->bindings = &null;
}
/* finaly */