player_control: no CamelCase

This commit is contained in:
Max Kellermann
2009-10-08 21:12:57 +02:00
parent 2ec89c6304
commit e5857cb722
9 changed files with 80 additions and 63 deletions

View File

@@ -113,7 +113,7 @@ int stats_print(struct client *client)
stats.album_count,
stats.song_count,
(long)g_timer_elapsed(stats.timer, NULL),
(long)(getPlayerTotalPlayTime() + 0.5),
(long)(pc_get_total_play_time() + 0.5),
stats.song_duration,
db_get_mtime());
return 0;