]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fixed comment line for do_magic_pickup
authorDavid Vossel <dvossel@digium.com>
Thu, 8 Oct 2009 22:57:53 +0000 (22:57 +0000)
committerDavid Vossel <dvossel@digium.com>
Thu, 8 Oct 2009 22:57:53 +0000 (22:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@223015 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 80365addd5e6adf84164951825540fc2a27455fa..624ab61ca9e70c66ca7428a2e0073368daac3e49 100644 (file)
@@ -20117,7 +20117,7 @@ static int sip_uri_cmp(const char *input1, const char *input2)
        return sip_uri_params_cmp(params1, params2);
 }
 
-/* \note No channel or pvt locks should be held while calling this function. */
+/*! \note No channel or pvt locks should be held while calling this function. */
 static int do_magic_pickup(struct ast_channel *channel, const char *extension, const char *context)
 {
        struct ast_str *str = ast_str_alloca(AST_MAX_EXTENSION + AST_MAX_CONTEXT + 2);