1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

Fix comment in wee-config-file.c

This commit is contained in:
Sebastien Helleu
2010-04-06 14:11:35 +02:00
parent fab6ac61ee
commit 2e82d65819
+1 -1
View File
@@ -1926,7 +1926,7 @@ config_file_write_internal (struct t_config_file *config_file,
goto error;
}
/* write header with version and date */
/* write header with name of config file and WeeChat version */
if (!string_iconv_fprintf (config_file->file, "#\n"))
goto error;
if (!string_iconv_fprintf (config_file->file,