Commit b015aa32 authored by Antoine Cellerier's avatar Antoine Cellerier

Stick to the file's coding convention.

parent 23e09ee7
...@@ -152,8 +152,7 @@ int vout_snapshot_SaveImage(char **name, int *sequential, ...@@ -152,8 +152,7 @@ int vout_snapshot_SaveImage(char **name, int *sequential,
prefix = str_format(object, cfg->prefix_fmt); prefix = str_format(object, cfg->prefix_fmt);
if (prefix) if (prefix)
filename_sanitize(prefix); filename_sanitize(prefix);
else else {
{
prefix = strdup("vlcsnap-"); prefix = strdup("vlcsnap-");
if (!prefix) if (!prefix)
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