X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_config_cat.h;h=9696abc95b9966049fb4cb96f7e5bfd8617b19ed;hb=9107e1e0bcfa6b31cedeafd3dea257b14dbffd67;hp=e21c29e8fc40ce6b6e4d49d0b9e6ff8afa057e00;hpb=fbb8255dcf8ced858d59927cb17c4f577a8d9c15;p=vlc diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index e21c29e8fc..9696abc95b 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -22,8 +22,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#ifndef _VLC_HELP_H -#define _VLC_HELP_H 1 +#ifndef VLC_HELP_H +#define VLC_HELP_H 1 /* * First, we need help strings for the General Settings and for the @@ -241,7 +241,7 @@ static inline const char * GetCapabilityHelp( char *psz_capability, int i_type) return " "; } -static struct config_category_t categories_array[] = +static const struct config_category_t categories_array[] = { /* Interface */ { CAT_INTERFACE, INTF_TITLE, INTF_HELP },