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
GSoC
GSoC2018
macOS
vlc
Commits
4008d8a7
Commit
4008d8a7
authored
Sep 02, 2007
by
Rémi Denis-Courmont
Browse files
Missing const
parent
844dbdaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_config_cat.h
View file @
4008d8a7
...
...
@@ -239,8 +239,9 @@
#define UNKNOWN_HELP N_("There is no help available for these modules.")
/* This function is deprecated and is kept only for compatibility */
static
inline
char
*
GetCapabilityHelp
(
char
*
psz_capability
,
int
i_type
)
static
inline
const
char
*
GetCapabilityHelp
(
char
*
psz_capability
,
int
i_type
)
{
(
void
)
psz_capability
;
(
void
)
i_type
;
return
" "
;
}
...
...
Write
Preview
Supports
Markdown
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