diff options
Diffstat (limited to 'src/Stats.cxx')
-rw-r--r-- | src/Stats.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stats.cxx b/src/Stats.cxx index e3d906915..f96bcf177 100644 --- a/src/Stats.cxx +++ b/src/Stats.cxx @@ -66,7 +66,7 @@ void stats_update(void) } void -stats_print(struct client *client) +stats_print(Client *client) { client_printf(client, "artists: %u\n" |