From b18d17b1b35fb9a413b085512568c7f589d24b8b Mon Sep 17 00:00:00 2001 From: vodz Date: Thu, 20 Oct 2005 11:17:48 +0000 Subject: another more const git-svn-id: svn://busybox.net/trunk/busybox@11897 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- modutils/insmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils/insmod.c') diff --git a/modutils/insmod.c b/modutils/insmod.c index d1504d0ab..da149fe2b 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.2.3-55-g6feb