2
0
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:
Michael Brown 2005-04-14 17:52:27 +00:00
parent cee678de7c
commit e5b537fed0

View File

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