Skip to content
Snippets Groups Projects
Commit 301ff042 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

darwin: remove trailing spaces

parent ad0de42d
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ static char *getAppDependentDir(vlc_userdir_t type)
char identifier[256];
Boolean ret = CFStringGetCString(identifierAsNS, identifier, sizeof(identifier), kCFStringEncodingUTF8);
if (ret)
name = identifier;
name = identifier;
}
}
......@@ -164,7 +164,7 @@ static char *getAppDependentDir(vlc_userdir_t type)
psz_dir = NULL;
free(psz_parent);
return psz_dir;
return psz_dir;
}
char *config_GetUserDir (vlc_userdir_t type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment