Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
011e78e6
Commit
011e78e6
authored
Jan 22, 2008
by
Rémi Denis-Courmont
Browse files
Remove forward declaration
parent
50f586a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config/core.c
View file @
011e78e6
...
...
@@ -726,7 +726,6 @@ char *config_GetHomeDir( void )
* - on windows that's the App Data directory;
* - on other OSes it's the same as the home directory.
*/
char
*
config_GetUserDir
(
void
);
char
*
config_GetUserDir
(
void
)
{
return
GetDir
(
VLC_TRUE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment