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;
};
/*