mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
treewide: try to use const char * for string literals
This commit is contained in:
parent
fc72208fa0
commit
436787d6ba
9 changed files with 20 additions and 17 deletions
|
|
@ -843,7 +843,7 @@ static int parse_device(struct impl *this)
|
|||
|
||||
nextptr = device + 3;
|
||||
for (value_index = 0; ; ++value_index) {
|
||||
char *value_label;
|
||||
const char *value_label;
|
||||
|
||||
switch (value_index) {
|
||||
case 0: value_label = "card"; break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue