From 4c41a7a1798dd6c60e40f79be12faa98a9347151 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 4 Mar 2014 18:27:09 +0100 Subject: vf_frei0r: fix missing end of line character Error introduced in 61b323ce7c7cdc101eadfd7de2203922b8a39e8d. --- libavfilter/vf_frei0r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_frei0r.c') diff --git a/libavfilter/vf_frei0r.c b/libavfilter/vf_frei0r.c index c9699677c8..771443d02e 100644 --- a/libavfilter/vf_frei0r.c +++ b/libavfilter/vf_frei0r.c @@ -242,7 +242,7 @@ static av_cold int frei0r_init(AVFilterContext *ctx, if (s->dl_handle) break; /* found */ if (*path) - path++ /* skip ':' */ + path++; /* skip ':' */ } } if (!s->dl_handle && (path = getenv("HOME"))) { -- cgit v1.2.3