dect
/
asterisk
Archived
13
0
Fork 0

Fix compiler warning.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@306326 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rmudgett 2011-02-04 19:09:00 +00:00
parent ca8a468cc6
commit ccdf3b5b85
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ static int container_test1_helper(struct ast_format_cap *cap1, struct ast_format
{
int res = AST_TEST_PASS;
struct ast_format_cap *cap_joint;
struct ast_format_cap *cap_joint = NULL;
struct ast_format tmpformat;
if (ast_format_attr_reg_interface(&test_interface)) {