summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index b9d5bc2aa7..7391dd25c4 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -652,7 +652,7 @@ int talk_file(const char* filename, bool enqueue)
652 if (p_thumbnail == NULL || size_for_thumbnail <= 0) 652 if (p_thumbnail == NULL || size_for_thumbnail <= 0)
653 return -1; 653 return -1;
654 654
655 if(mp3info(&info, filename, false)) /* use this to find real start */ 655 if(mp3info(&info, filename)) /* use this to find real start */
656 { 656 {
657 return 0; /* failed to open, or invalid */ 657 return 0; /* failed to open, or invalid */
658 } 658 }