diff options
Diffstat (limited to 'src/stats.h')
-rw-r--r-- | src/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.h b/src/stats.h index d64ec90a5..81fd9b3ae 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; |