aboutsummaryrefslogtreecommitdiff
path: root/src/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.h')
-rw-r--r--src/stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.h b/src/stats.h
index d64ec90a..81fd9b3a 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -28,7 +28,7 @@ typedef struct _Stats {
int numberOfSongs;
unsigned long dbPlayTime;
/*unsigned long playTime;
- unsigned long songsPlayed;*/
+ unsigned long songsPlayed; */
} Stats;
extern Stats stats;