mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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:
@@ -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 = ';';
|
||||
}
|
||||
|
Reference in New Issue
Block a user