Fix up some weird indentation problems in reqresp_parser.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@277175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2010-07-16 16:25:01 +00:00
parent 215fb1ab9f
commit 2289649901

View File

@@ -172,7 +172,7 @@ int parse_uri_full(char *uri, const char *scheme, char **user, char **pass,
} else {
value--;
*value = '=';
if(c) {
if (c) {
c--;
*c = ';';
}