Skip to content
Snippets Groups Projects
Commit 74046ea9 authored by Lyndon Brown's avatar Lyndon Brown Committed by Hugo Beauzée-Luyssen
Browse files

config: fix incorrect header guard name

this stuff is used by prefs, and is not even used by help currently.
parent 914a05ff
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef VLC_HELP_H
#define VLC_HELP_H 1
#ifndef VLC_CONFIG_CAT_H
#define VLC_CONFIG_CAT_H
# include <vlc_plugin.h>
/*
......@@ -307,4 +308,4 @@ static inline bool vlc_config_subcat_IsGeneral( int subcat )
}
}
#endif /* VLC_HELP_H */
#endif /* VLC_CONFIG_CAT_H */
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