ini: Constify parameters to optimize execution

This commit is contained in:
RichardG867
2023-04-18 16:14:44 -03:00
parent c95424b8d9
commit fb8ef3e40c
5 changed files with 47 additions and 47 deletions

View File

@@ -202,7 +202,7 @@ sound_card_get_internal_name(int card)
}
int
sound_card_get_from_internal_name(char *s)
sound_card_get_from_internal_name(const char *s)
{
int c = 0;