Commit 4c41a7a1 authored by Vittorio Giovara's avatar Vittorio Giovara

vf_frei0r: fix missing end of line character

Error introduced in 61b323ce.
parent a18ef7a7
......@@ -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"))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment