[rrd-developers] [PATCH] fixed an incorrect {{{folding}}} comment
kevin brintnall
kbrint at rufus.net
Thu Oct 2 18:39:42 CEST 2008
---
src/rrd_daemon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c
index 9439841..722a5b3 100644
--- a/src/rrd_daemon.c
+++ b/src/rrd_daemon.c
@@ -1194,7 +1194,7 @@ static int handle_request_slurp (int fd, /* {{{ */
}
return (0);
-} /* }}} int handle_request_flush */
+} /* }}} int handle_request_slurp */
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