Commit 9c7dc9e
committed
rtp: fix a warning
In c23, strchr is a type-generic function so it returns a pointer to
const char if the 1st argument is such and not to unqualified char as in
earlier standards.1 parent f8b2f9f commit 9c7dc9e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3761 | 3761 | | |
3762 | 3762 | | |
3763 | 3763 | | |
3764 | | - | |
| 3764 | + | |
3765 | 3765 | | |
3766 | 3766 | | |
3767 | 3767 | | |
| |||
0 commit comments