vf_frei0r: fix missing end of line character

Error introduced in 61b323ce7c.
This commit is contained in:
Vittorio Giovara 2014-03-04 18:27:09 +01:00
parent a18ef7a76c
commit 4c41a7a179
1 changed files with 1 additions and 1 deletions

View File

@ -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"))) {