printers: Use const for manufacturer string

This commit is contained in:
Robert Ancell 2018-07-13 14:02:01 +12:00 committed by Felipe Borges
parent 0cdc458752
commit 09465579b7
4 changed files with 4 additions and 4 deletions

View file

@ -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;