Browse Source

name should be const

tags/v0.9.3
Michael Brown 20 years ago
parent
commit
e5b537fed0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/3c509.c

+ 1
- 1
src/drivers/net/3c509.c View File

34
  *
34
  *
35
  */
35
  */
36
 struct t509_driver {
36
 struct t509_driver {
37
-	char *name;
37
+	const char *name;
38
 };
38
 };
39
 
39
 
40
 /*
40
 /*

Loading…
Cancel
Save