mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
Update comments after #endif in C headers
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __WEECHAT_XFER_DISPLAY_H
|
||||
#define __WEECHAT_XFER_DISPLAY_H 1
|
||||
#ifndef __WEECHAT_XFER_BUFFER_H
|
||||
#define __WEECHAT_XFER_BUFFER_H 1
|
||||
|
||||
#define XFER_BUFFER_NAME "xfer.list"
|
||||
|
||||
@@ -31,4 +31,4 @@ extern int xfer_buffer_input_cb (void *data, struct t_gui_buffer *buffer,
|
||||
extern int xfer_buffer_close_cb (void *data, struct t_gui_buffer *buffer);
|
||||
extern void xfer_buffer_open ();
|
||||
|
||||
#endif /* xfer-buffer.h */
|
||||
#endif /* __WEECHAT_XFER_BUFFER_H */
|
||||
|
||||
Reference in New Issue
Block a user