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