summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-15 12:32:58 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-15 12:32:58 -0400
commitc3f7e27f94563adc50e857d31c602ec03c2e7332 (patch)
treef8600f1c14d214bd80c9a904b0a3adac62df6658 /parser.c
parent969879565a82fc646b00afcc7549a10f95623fa1 (diff)
astyle fixes
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c2
1 files changed, 1 insertions, 1 deletions
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;