mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
Update comments after #endif in C headers
This commit is contained in:
@@ -32,4 +32,4 @@ extern int alias_config_init ();
|
||||
extern int alias_config_read ();
|
||||
extern int alias_config_write ();
|
||||
|
||||
#endif /* alias-config.h */
|
||||
#endif /* __WEECHAT_ALIAS_CONFIG_H */
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
extern void alias_info_init ();
|
||||
|
||||
#endif /* alias-info.h */
|
||||
#endif /* __WEECHAT_ALIAS_INFO_H */
|
||||
|
||||
@@ -52,4 +52,4 @@ extern void alias_free_all ();
|
||||
extern int alias_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_alias *alias);
|
||||
|
||||
#endif /* alias.h */
|
||||
#endif /* __WEECHAT_ALIAS_H */
|
||||
|
||||
Reference in New Issue
Block a user