diff --git a/res/res_features.c b/res/res_features.c index 7c240a7ef0ed924b70780e9d70b44db867307996..afa77818a8edaa8f67a8f6e377fd180509d3db31 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -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);