Skip to content

Commit

Permalink
Use const
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Feb 13, 2024
1 parent cd743f1 commit ff683a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pappl/mainloop-subcommands.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ _papplMainloopShowPrinters(
*response; // IPP response
ipp_attribute_t *attr; // Current attribute
ipp_tag_t value_tag; // Value tag of IPP attribute
char *printer_name, // Printer name
const char *printer_name, // Printer name
*printer_uri, // Printer URI
*attr_name, // Attribute name
*socket_uri; // Socket URI
Expand Down

0 comments on commit ff683a2

Please sign in to comment.