From: Florian Forster Date: Tue, 9 Mar 2010 17:51:08 +0000 (+0100) Subject: Exec plugin: Add a missing folding marker. X-Git-Tag: collectd-4.8.4~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=de6448687c2e2a2230770b12b68d6e44e9ada56b;p=collectd.git Exec plugin: Add a missing folding marker. --- 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;