From: Florian Forster Date: Sun, 14 Sep 2008 07:55:54 +0000 (+0200) Subject: src/rrd_daemon.c: Fix vim `folding'. X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=11025bcccff1b3cfe42e06cbcec425ef796ec35d src/rrd_daemon.c: Fix vim `folding'. --- diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index abb2ace..0fd0fab 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -1173,7 +1173,7 @@ static int handle_request_wrote (int fd __attribute__((unused)), /* {{{ */ pthread_mutex_unlock(&cache_lock); return (0); -} +} /* }}} int handle_request_wrote */ /* if fd < 0, we are in journal replay mode */ static int handle_request (int fd, char *buffer, size_t buffer_size) /* {{{ */