summaryrefslogtreecommitdiff
path: root/apps/plugins/playing_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/playing_time.c')
-rw-r--r--apps/plugins/playing_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/playing_time.c b/apps/plugins/playing_time.c
index 54752e987a..aa14225ae9 100644
--- a/apps/plugins/playing_time.c
+++ b/apps/plugins/playing_time.c
@@ -515,7 +515,7 @@ static bool pt_add_curr_track(struct playing_time_info *pti)
515 other stats */ 515 other stats */
516static bool playing_time(void) 516static bool playing_time(void)
517{ 517{
518 struct playing_time_info pti = {0}; 518 struct playing_time_info pti = {{0}};
519 519
520 if (!pt_add_curr_track(&pti)) 520 if (!pt_add_curr_track(&pti))
521 return false; 521 return false;