[rrd-developers] [PATCH] added a few missing {{{ folding }}} markers
kevin brintnall
kbrint at rufus.net
Sun Sep 28 19:22:49 CEST 2008
---
src/rrd_daemon.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c
index b091734..f92de21 100644
--- a/src/rrd_daemon.c
+++ b/src/rrd_daemon.c
@@ -273,7 +273,7 @@ static int open_pidfile(void) /* {{{ */
file, rrd_strerror(errno));
return(fd);
-}
+} /* }}} static int open_pidfile */
static int write_pidfile (int fd) /* {{{ */
{
@@ -1094,7 +1094,7 @@ static int handle_request_flushall(int fd) /* {{{ */
}
return (status);
-}
+} /* }}} static int handle_request_flushall */
static int handle_request_update (int fd, /* {{{ */
char *buffer, size_t buffer_size)
--
1.6.0.2
More information about the rrd-developers
mailing list