summaryrefslogtreecommitdiffstats
path: root/src/sbus/codegen/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbus/codegen/templates')
-rw-r--r--src/sbus/codegen/templates/client_async.c.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbus/codegen/templates/client_async.c.tpl b/src/sbus/codegen/templates/client_async.c.tpl
index e16ce42..ae15484 100644
--- a/src/sbus/codegen/templates/client_async.c.tpl
+++ b/src/sbus/codegen/templates/client_async.c.tpl
@@ -405,7 +405,7 @@
TEVENT_REQ_RETURN_ON_ERROR(req);
- *_value = <toggle line name="if-use-talloc">talloc_steal(mem_ctx, state->out->arg0);<or>state->out->arg0</toggle>;
+ *_value = <toggle line name="if-use-talloc">talloc_steal(mem_ctx, state->out->arg0)<or>state->out->arg0</toggle>;
return EOK;
}