summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index de05ba4af4..73968d33b3 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -597,6 +597,7 @@ int PlayTick(int fd)
597 rb->lseek(fd, 0, SEEK_SET); // save resume position 597 rb->lseek(fd, 0, SEEK_SET); // save resume position
598 rb->write(fd, &gFileHdr, sizeof(gFileHdr)); 598 rb->write(fd, &gFileHdr, sizeof(gFileHdr));
599 } 599 }
600 Cleanup(&fd);
600 return 0; // all expired 601 return 0; // all expired
601 } 602 }
602 603