diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-25 15:03:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-25 15:03:39 +0200 |
commit | dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07 (patch) | |
tree | 544a8d06d0078a62d1c900bf604d82268cd6671c /src/gui/curses | |
parent | 6562d676fe079d53f820d947cb0815e089159457 (diff) | |
download | weechat-dcdba08f8aad80bfe36f4d2f355bfcdfd7997a07.zip |
Update comments after #endif in C headers
Diffstat (limited to 'src/gui/curses')
-rw-r--r-- | src/gui/curses/gui-curses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/curses/gui-curses.h b/src/gui/curses/gui-curses.h index c0483b010..e826790cc 100644 --- a/src/gui/curses/gui-curses.h +++ b/src/gui/curses/gui-curses.h @@ -92,4 +92,4 @@ extern void gui_window_set_custom_color_bg (WINDOW *window, int bg); extern void gui_window_clrtoeol_with_current_bg (WINDOW *window); extern void gui_window_set_title (const char *title); -#endif /* gui-curses.h */ +#endif /* __WEECHAT_GUI_CURSES_H */ |