]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 14 Dec 2021 10:19:05 +0000 (04:19 -0600)
commit86bc3eef99ff41177fb751c57a50c1c9d73e7bfb
tree70e870dbd7d31817f9bcd7d3e6da25aba48d20ba
parentc6410dc4ed38a52c80399bf219f936b15f8b83e8
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