# HG changeset patch # User Mikael Berthe # Date 1442950605 -7200 # Node ID f30459c470924f83caf4ee6cfa17f03b1add6ef8 # Parent e62319868844fa367dbe0a28096446fa883b4936 Fix indent in previous patch diff -r e62319868844 -r f30459c47092 mcabber/mcabber/main.c --- a/mcabber/mcabber/main.c Tue Sep 22 21:30:00 2015 +0200 +++ b/mcabber/mcabber/main.c Tue Sep 22 21:36:45 2015 +0200 @@ -197,7 +197,7 @@ "** ERROR: Password evaluation command exited with error %d.", res); if (res == -1) { - scr_log_print(LPRINT_NORMAL, " errno=%d", errno); + scr_log_print(LPRINT_NORMAL, " errno=%d", errno); } g_free(pwd); *status = res;