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

@ -213,7 +213,7 @@ IPPAttribute *ipp_attribute_copy (IPPAttribute *attr);
void ipp_attribute_free (IPPAttribute *attr);
gchar *get_standard_manufacturers_name (gchar *name);
gchar *get_standard_manufacturers_name (const gchar *name);
typedef void (*PGPCallback) (const gchar *ppd_filename,
gpointer user_data);