changeset 2279:f1f24ee1edfc

Cosmetics
author Mikael Berthe <mikael@lilotux.net>
date Sat, 24 Sep 2016 12:30:01 +0200
parents 56b0cf821f64
children f1eebfdd6db7
files mcabber/mcabber/xmpp_muc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp_muc.c	Sun Sep 18 17:44:05 2016 +0200
+++ b/mcabber/mcabber/xmpp_muc.c	Sat Sep 24 12:30:01 2016 +0200
@@ -296,7 +296,7 @@
 }
 
 //  muc_get_item_info(...)
-// Get room member's information from xmlndata.
+// Get room member's information from xmldata.
 // The variables must be initialized before calling this function,
 // because they are not touched if the relevant information is missing.
 // Note that *actor should be freed by the caller.
@@ -697,7 +697,7 @@
       flagjoins = buddy_getflagjoins(room_elt->data);
       if (flagjoins == flagjoins_default &&
           settings_opt_get_int("muc_flag_joins") == 2)
-	flagjoins = flagjoins_all;
+        flagjoins = flagjoins_all;
       if (!our_presence && flagjoins != flagjoins_all)
         msgflags |= HBB_PREFIX_NOFLAG;
       //silent message if someone else joins, and we care about noone