Another tiny formatting change for testing ...

(issue #9828)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-06-06 18:43:12 +00:00
parent b43599da32
commit baf596a954

View File

@@ -1044,7 +1044,7 @@ void ast_register_feature(struct ast_call_feature *feature)
{
if (!feature) {
ast_log(LOG_NOTICE,"You didn't pass a feature!\n");
return;
return;
}
AST_LIST_LOCK(&feature_list);