d'oh you'll want to update

This commit is contained in:
Anthony Minessale 2011-11-04 14:26:35 -05:00
parent 209ef00dad
commit 1c60b9946f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ SWITCH_DECLARE(char *) switch_find_parameter(const char *str, const char *param,
if (next) {
ptr = next + 1;
}
} else break;
}
return r;