mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 02:10:25 +03:00
name should be const
This commit is contained in:
@@ -34,7 +34,7 @@ struct t509_device {
|
||||
*
|
||||
*/
|
||||
struct t509_driver {
|
||||
char *name;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user