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:
@@ -43,4 +43,4 @@ extern int weechat_aspell_config_read ();
|
||||
extern int weechat_aspell_config_write ();
|
||||
extern void weechat_aspell_config_free ();
|
||||
|
||||
#endif /* weechat-aspell-config.h */
|
||||
#endif /* __WEECHAT_ASPELL_CONFIG_H */
|
||||
|
||||
@@ -39,4 +39,4 @@ extern struct t_aspell_speller *weechat_aspell_speller_new (const char *lang);
|
||||
extern void weechat_aspell_speller_free (struct t_aspell_speller *speller);
|
||||
extern void weechat_aspell_speller_free_all ();
|
||||
|
||||
#endif /* weechat-aspell-speller.h */
|
||||
#endif /* __WEECHAT_ASPELL_SPELLER_H */
|
||||
|
||||
@@ -39,4 +39,4 @@ extern struct t_aspell_code countries_avail[];
|
||||
|
||||
extern void weechat_aspell_create_spellers (struct t_gui_buffer *buffer);
|
||||
|
||||
#endif /* weechat-aspell.h */
|
||||
#endif /* __WEECHAT_ASPELL_H */
|
||||
|
||||
Reference in New Issue
Block a user