1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

core: fix empty comment

This commit is contained in:
Sébastien Helleu
2016-08-18 21:38:04 +02:00
parent 61bc6b6550
commit c6b3c9d79b
+1 -1
View File
@@ -1156,7 +1156,7 @@ eval_expression (const char *expr, struct t_hashtable *pointers,
if (ptr_value && (strcmp (ptr_value, "condition") == 0))
condition = 1;
/* */
/* check if extra vars must be evaluated */
ptr_value = hashtable_get (options, "extra");
if (ptr_value && (strcmp (ptr_value, "eval") == 0))
extra_vars_eval = 1;