diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:32:58 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:32:58 -0400 |
commit | c3f7e27f94563adc50e857d31c602ec03c2e7332 (patch) | |
tree | f8600f1c14d214bd80c9a904b0a3adac62df6658 /parser.c | |
parent | 969879565a82fc646b00afcc7549a10f95623fa1 (diff) |
astyle fixes
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |