aboutsummaryrefslogtreecommitdiff
path: root/src/lib/action_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/action_suspend.c')
-rw-r--r--src/lib/action_suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/action_suspend.c b/src/lib/action_suspend.c
index b54fe419..6ebaf02d 100644
--- a/src/lib/action_suspend.c
+++ b/src/lib/action_suspend.c
@@ -124,7 +124,7 @@ suspend_action (void *cls,
124struct MHD_Action * 124struct MHD_Action *
125MHD_action_suspend (void) 125MHD_action_suspend (void)
126{ 126{
127 static MHD_Action suspend = { 127 static struct MHD_Action suspend = {
128 .action = &suspend_action, 128 .action = &suspend_action,
129 .action_cls = NULL 129 .action_cls = NULL
130 }; 130 };