summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/id3.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/id3.h')
-rw-r--r--apps/plugins/lib/id3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/id3.h b/apps/plugins/lib/id3.h
index 292556d0c4..6ae1688798 100644
--- a/apps/plugins/lib/id3.h
+++ b/apps/plugins/lib/id3.h
@@ -21,6 +21,6 @@
21#ifndef ID3_H 21#ifndef ID3_H
22#define ID3_H 22#define ID3_H
23 23
24bool retrieve_id3(struct mp3entry *id3, const char* file, bool try_tagcache); 24bool retrieve_id3(struct mp3entry *id3, const char* file);
25 25
26#endif /* ID3_H */ \ No newline at end of file 26#endif /* ID3_H */