david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

name should be const

This commit is contained in:
Michael Brown 2005-04-14 17:52:27 +00:00
parent cee678de7c
commit e5b537fed0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ struct t509_device {
*
*/
struct t509_driver {
char *name;
const char *name;
};
/*