1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

core: fix some styles

This commit is contained in:
Sébastien Helleu
2018-01-07 09:11:45 +01:00
parent 91f792416b
commit 7ee88fb46c
58 changed files with 283 additions and 282 deletions
+1 -1
View File
@@ -1039,7 +1039,7 @@ script_repo_file_exists ()
int rc;
struct stat st;
filename = script_config_get_xml_filename();
filename = script_config_get_xml_filename ();
if (!filename)
return 0;