From: Russell Bryant Date: Wed, 6 Jun 2007 18:43:12 +0000 (+0000) Subject: Another tiny formatting change for testing ... X-Git-Tag: 1.6.0-beta1~3^2~2470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf596a954dbf2dbc02d829b581e21316f08a7ea;p=thirdparty%2Fasterisk.git Another tiny formatting change for testing ... (issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67778 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_features.c b/res/res_features.c index 7c240a7ef0..afa77818a8 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);