diff options
Diffstat (limited to 'src/gui/gui-nicklist.c')
-rw-r--r-- | src/gui/gui-nicklist.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/gui-nicklist.c b/src/gui/gui-nicklist.c index b2181397a..246070ead 100644 --- a/src/gui/gui-nicklist.c +++ b/src/gui/gui-nicklist.c @@ -1,4 +1,6 @@ /* + * gui-nicklist.c - nicklist functions (used by all GUI) + * * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -/* - * gui-nicklist.c: nicklist functions (used by all GUI) - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif |