summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/video.c')
-rw-r--r--apps/plugins/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 6a380b8e3c..1ba2b89e37 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -661,7 +661,7 @@ int PlayTick(int fd)
661#endif 661#endif
662 ) 662 )
663 { 663 {
664 rb->ata_sleep(); /* no point in leaving the disk run til timeout */ 664 rb->storage_sleep(); /* no point in leaving the disk run til timeout */
665 gPlay.bDiskSleep = true; 665 gPlay.bDiskSleep = true;
666 } 666 }
667 667