diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-10-09 09:32:13 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-10-09 09:32:13 +0000 |
commit | e4c4e8f27b87db4084df3a3ee4f69f11f1b421af (patch) | |
tree | 0b98fbd030b6861640091b40838502371710d8b2 /src/status_counter.c | |
parent | b01d8392f0f4dde45edf65a5dd25e62abbe831b0 (diff) | |
download | lighttpd-e4c4e8f27b87db4084df3a3ee4f69f11f1b421af.tar.gz |
eloy: new upstream version
Diffstat (limited to 'src/status_counter.c')
-rw-r--r-- | src/status_counter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status_counter.c b/src/status_counter.c index 3b345cd..eaf9251 100644 --- a/src/status_counter.c +++ b/src/status_counter.c @@ -32,7 +32,7 @@ data_integer *status_counter_get_counter(server *srv, const char *s, size_t len) return di; } -/* dummies of the statistic framework functions +/* dummies of the statistic framework functions * they will be moved to a statistics.c later */ int status_counter_inc(server *srv, const char *s, size_t len) { data_integer *di = status_counter_get_counter(srv, s, len); |