summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_dev.en.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt
index 44ef4be82..b0a978c99 100644
--- a/doc/en/weechat_dev.en.txt
+++ b/doc/en/weechat_dev.en.txt
@@ -322,6 +322,8 @@ Translations for WeeChat and plugins are done with gettext, files are in 'po/' d
[source,C]
----
/*
+ * weechat.c - core functions for WeeChat
+ *
* Copyright (C) 2013 Your Name <your@email.com>
*
* This file is part of WeeChat, the extensible chat client.
@@ -339,10 +341,6 @@ Translations for WeeChat and plugins are done with gettext, files are in 'po/' d
* You should have received a copy of the GNU General Public License
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-
-/*
- * weechat.c: core functions for WeeChat
- */
----
[[coding_c_style]]