]> git.ipfire.org Git - thirdparty/asterisk.git/commit
strings: Fix enum names in comment examples
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 12 Dec 2021 02:11:21 +0000 (02:11 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 13 Dec 2021 20:22:06 +0000 (14:22 -0600)
commit216a18b2911e6e81c4df5086c859720a4c260063
treef2da0eaaf41ca989031d3edafd5a181c4d77312d
parent85dc5214e31f6ae165d2a92134f8e590abb82b18
strings: Fix enum names in comment examples

The enum values for ast_strsep_flags includes
AST_STRSEP_STRIP. However, some comments reference
AST_SEP_STRIP, which doesn't exist. This fixes
these comments to use the correct value.

ASTERISK-29800 #close

Change-Id: If7bbd0c0e6226a211d25ddf9d1629347e2674943
include/asterisk/strings.h