Commit 80b7a3f1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent 3b729128
...@@ -116,7 +116,7 @@ static int Open (vlc_object_t *p_this) ...@@ -116,7 +116,7 @@ static int Open (vlc_object_t *p_this)
if (!S_ISREG (st.st_mode) && !S_ISBLK (st.st_mode)) if (!S_ISREG (st.st_mode) && !S_ISBLK (st.st_mode))
{ {
msg_Dbg (p_access, "skipping non regular file %s", path); msg_Dbg (p_access, "skipping non-regular file %s", path);
goto error; goto error;
} }
......
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