mirror of https://github.com/ipxe/ipxe.git
name should be const
parent
cee678de7c
commit
e5b537fed0
|
@ -34,7 +34,7 @@ struct t509_device {
|
|||
*
|
||||
*/
|
||||
struct t509_driver {
|
||||
char *name;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue