mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 01:44:22 -07:00
ini: Constify parameters to optimize execution
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user