aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-common.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-10 23:01:00 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-10 23:01:00 +0200
commit6721f5c4220d4d46c18b8d86c2195ff439a74155 (patch)
treeccbc79cbcfed08d5da11bc953db81bcd66403235 /src/afb-common.c
parentd50bd20d0a95a87f4308bdd908f3d54aa0a01a5f (diff)
typo
Change-Id: Ida51275f75608e0b146a86d49bdb0e4b9c325fc0 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-common.c')
-rw-r--r--src/afb-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-common.c b/src/afb-common.c
index e8fe4b72..e3d48d51 100644
--- a/src/afb-common.c
+++ b/src/afb-common.c
@@ -69,7 +69,7 @@ static struct sd_bus *sdbusopen(struct sd_bus **p, int (*f)(struct sd_bus **))
struct sd_event *afb_common_get_event_loop()
{
- static sd_event *result = NULL;
+ static struct sd_event *result = NULL;
return sdopen((void*)&result, (void*)sd_event_new);
}