summaryrefslogtreecommitdiff
path: root/apps/plugins/splitedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/splitedit.c')
-rw-r--r--apps/plugins/splitedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/splitedit.c b/apps/plugins/splitedit.c
index 6f1631f6e2..65d4c080b8 100644
--- a/apps/plugins/splitedit.c
+++ b/apps/plugins/splitedit.c
@@ -614,7 +614,7 @@ static int save(
614 { 614 {
615 int close_stat = 0; 615 int close_stat = 0;
616 int x, y; 616 int x, y;
617 int offset; 617 long offset;
618 unsigned long last_header = rb->mpeg_get_last_header(); 618 unsigned long last_header = rb->mpeg_get_last_header();
619 619
620 rb->lcd_getstringsize("M", &x, &y); 620 rb->lcd_getstringsize("M", &x, &y);