From de6448687c2e2a2230770b12b68d6e44e9ada56b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 9 Mar 2010 18:51:08 +0100 Subject: [PATCH] Exec plugin: Add a missing folding marker. --- src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exec.c b/src/exec.c index 9a307b97..0923ea75 100644 --- a/src/exec.c +++ b/src/exec.c @@ -800,7 +800,7 @@ static int exec_read (void) /* {{{ */ return (0); } /* int exec_read }}} */ -static int exec_notification (const notification_t *n, +static int exec_notification (const notification_t *n, /* {{{ */ user_data_t __attribute__((unused)) *user_data) { program_list_t *pl; -- 2.11.0