summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-06 18:43:12 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-06 18:43:12 +0000
commitbaf596a954dbf2dbc02d829b581e21316f08a7ea (patch)
tree728de138290495f2c58254110769971656530432
parentb43599da32e9a102e4bfe64c8b8c9a1aaa7e3ec7 (diff)
Another tiny formatting change for testing ...
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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);