]> 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:19:01 +0000 (14:19 -0600)
commit8ec13f06de700fa4289c5fa0bc69e8c9b2f24e6f
tree1b53111c25ff09502fe48c88fa59dc81aaf3b608
parent5c67a991c269808916b22e12f01f0c6e018f3cee
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