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.tokkee.org/?a=commitdiff_plain;h=0cc67f90335e6371d5a9486af4177aafc99e2b3c;p=rrdtool-all.git fixed bad folding marker (on handle_request_flush) -- kevin git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1598 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_daemon.c b/program/src/rrd_daemon.c index 3e925301..289f1ee1 100644 --- a/program/src/rrd_daemon.c +++ b/program/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) /* {{{ */ {