printers: Use const for manufacturer string
This commit is contained in:
parent
0cdc458752
commit
09465579b7
4 changed files with 4 additions and 4 deletions
|
@ -2991,7 +2991,7 @@ ppd_list_free (PPDList *list)
|
|||
}
|
||||
|
||||
gchar *
|
||||
get_standard_manufacturers_name (gchar *name)
|
||||
get_standard_manufacturers_name (const gchar *name)
|
||||
{
|
||||
gchar *normalized_name;
|
||||
gchar *result = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue