summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-03-03 19:05:52 +0100
committerFrank Gevaerts <frank@gevaerts.be>2012-03-03 19:05:52 +0100
commit52724c1beddd14cb274ed983a8f1b997f5c7befe (patch)
tree88fbf62f29f92ffc8086410546f1dcadc8c5710a /apps/plugin.c
parentc6d20104eb1ba2beae266dff7eba655b9ab9576e (diff)
downloadrockbox-52724c1beddd14cb274ed983a8f1b997f5c7befe.tar.gz
rockbox-52724c1beddd14cb274ed983a8f1b997f5c7befe.zip
filesize() isn't prefixed anymore for sims.
Change-Id: Icc08b874785ab2b8e0ebefa5e35dae4ce94e068a
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 18bb47f64d..db05894c10 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -357,7 +357,7 @@ static const struct plugin_api rockbox_api = {
357 PREFIX(remove), 357 PREFIX(remove),
358 PREFIX(rename), 358 PREFIX(rename),
359 PREFIX(ftruncate), 359 PREFIX(ftruncate),
360 PREFIX(filesize), 360 filesize,
361 fdprintf, 361 fdprintf,
362 read_line, 362 read_line,
363 settings_parseline, 363 settings_parseline,