From 11025bcccff1b3cfe42e06cbcec425ef796ec35d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 14 Sep 2008 09:55:54 +0200 Subject: [PATCH] src/rrd_daemon.c: Fix vim `folding'. --- src/rrd_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /* {{{ */ -- 2.11.0