From 1f0262bcdb352e9a75a4e5f48cd63d05714e2859 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Oleynik" Date: Thu, 20 Oct 2005 11:17:48 +0000 Subject: another more const --- modutils/insmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils') diff --git a/modutils/insmod.c b/modutils/insmod.c index d1504d0..da149fe 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -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", -- cgit v1.1