From: oetiker Date: Mon, 13 Oct 2008 18:41:12 +0000 (+0000) Subject: fixed bad folding marker (on handle_request_flush) X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=27f157f9d71ed7f1e53e3f1758f22909c1b0a889 fixed bad folding marker (on handle_request_flush) -- kevin git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1598 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index 3e92530..289f1ee 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -1221,7 +1221,7 @@ static int handle_request_flush (listen_socket_t *sock, /* {{{ */ /* NOTREACHED */ assert(1==0); -} /* }}} int handle_request_slurp */ +} /* }}} int handle_request_flush */ static int handle_request_flushall(listen_socket_t *sock) /* {{{ */ {