summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 7c240a7ef..afa77818a 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);