another more const

This commit is contained in:
"Vladimir N. Oleynik"
2005-10-20 11:17:48 +00:00
parent 0fa9deda17
commit 1f0262bcdb
12 changed files with 33 additions and 35 deletions

View File

@ -3394,7 +3394,7 @@ static int obj_gpl_license(struct obj_file *f, const char **license)
* linux/include/linux/module.h. Checking for leading "GPL" will not
* work, somebody will use "GPL sucks, this is proprietary".
*/
static const char *gpl_licenses[] = {
static const char * const gpl_licenses[] = {
"GPL",
"GPL v2",
"GPL and additional rights",