mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
name should be const
This commit is contained in:
parent
cee678de7c
commit
e5b537fed0
@ -34,7 +34,7 @@ struct t509_device {
|
||||
*
|
||||
*/
|
||||
struct t509_driver {
|
||||
char *name;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user