comparison mcabber/mcabber/main.c @ 2184:f30459c47092

Fix indent in previous patch
author Mikael Berthe <mikael@lilotux.net>
date Tue, 22 Sep 2015 21:36:45 +0200
parents e62319868844
children 8811fe9d6ef0
comparison
equal deleted inserted replaced
2183:e62319868844 2184:f30459c47092
195 if (res != 0 && errno != ECHILD) { 195 if (res != 0 && errno != ECHILD) {
196 scr_log_print(LPRINT_NORMAL, 196 scr_log_print(LPRINT_NORMAL,
197 "** ERROR: Password evaluation command exited with error %d.", 197 "** ERROR: Password evaluation command exited with error %d.",
198 res); 198 res);
199 if (res == -1) { 199 if (res == -1) {
200 scr_log_print(LPRINT_NORMAL, " errno=%d", errno); 200 scr_log_print(LPRINT_NORMAL, " errno=%d", errno);
201 } 201 }
202 g_free(pwd); 202 g_free(pwd);
203 *status = res; 203 *status = res;
204 return NULL; 204 return NULL;
205 } 205 }