summaryrefslogtreecommitdiffstats
path: root/src/afb-common.c
diff options
context:
space:
mode:
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);
}