From 428a4243e9aa352adf432f54d5106eabf16f04e7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 3 Mar 2013 11:14:44 +0100 Subject: fix clang compiler warnings --- sub/sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') diff --git a/sub/sub.c b/sub/sub.c index fcfbca6954..2f51b7a8a5 100644 --- a/sub/sub.c +++ b/sub/sub.c @@ -53,7 +53,7 @@ float sub_fps = 0; void *vo_spudec=NULL; void *vo_vobsub=NULL; -static const const struct osd_style_opts osd_style_opts_def = { +static const struct osd_style_opts osd_style_opts_def = { .font = "Sans", .font_size = 45, .color = {255, 255, 255, 255}, -- cgit v1.2.3