]> 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:22 +0000 (04:19 -0600)
commite2e38798f0f1be5f90e47a2cfff6767a8002279a
tree828226f553cd0182e0cf8484fd79ae4ed427fda2
parentbf3043ac1427f1570f658e4df3b5e51d44203e6a
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