Code

Exec plugin: Add a missing folding marker.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 9 Mar 2010 17:51:08 +0000 (18:51 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 9 Mar 2010 17:51:08 +0000 (18:51 +0100)
src/exec.c

index 9a307b9787e3533e35662a3d2ab4146e339e8c81..0923ea75800088fbd536783eb268f6feb5ace44f 100644 (file)
@@ -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;