summaryrefslogtreecommitdiffstats
path: root/libvo/vo_caca.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_caca.c')
-rw-r--r--libvo/vo_caca.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vo_caca.c b/libvo/vo_caca.c
index 0702d86a2d..2c36700be8 100644
--- a/libvo/vo_caca.c
+++ b/libvo/vo_caca.c
@@ -130,7 +130,7 @@ static void osdpercent(int duration, int min, int max, int val, const char *desc
else
posbar[i] = '-';
}
-
+
if (where != 0)
posbar[0] = '|';
@@ -164,7 +164,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
image_height = height;
image_width = width;
image_format = format;
-
+
showosdmessage = 0;
posbar[0] = '\0';
@@ -194,7 +194,7 @@ static void flip_page(void)
posbar[0] = '\0';
} else {
caca_putstr(osdx, osdy, osdmessagetext);
-
+
if (*posbar)
caca_putstr(0, posbary, posbar);
}