From: Tobias Oetiker Date: Sun, 28 Sep 2008 19:27:45 +0000 (+0000) Subject: a few missing {{{ folding }}} markers added X-Git-Tag: 1.4.0~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277235b50ed9276b2484e8582c6b0a5f216649be;p=thirdparty%2Frrdtool-1.x.git a few missing {{{ folding }}} markers added -- kevin brintnall git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1541 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index e0e373af..e2330a8d 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) /* {{{ */ { @@ -1091,7 +1091,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)