From c3f7e27f94563adc50e857d31c602ec03c2e7332 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 15 Oct 2012 12:32:58 -0400 Subject: astyle fixes --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.c') diff --git a/parser.c b/parser.c index 31b2673..c88bbf5 100644 --- a/parser.c +++ b/parser.c @@ -3640,7 +3640,7 @@ static int Go_sys_pwd_92(gchar** response, int channel, char *parameter,int comm error_num = change_password (old_password, new_password); } - g_free (new_password); + g_free (new_password); g_free (old_password); return error_num; -- cgit