eject: constify array

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-04-05 11:50:44 -04:00 committed by Karel Zak
parent 64128b705c
commit e99f842daf
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
/* eject(1) is able to eject only 'removable' devices (attribute in /sys)
* _or_ devices connected by hotplug subsystem.
*/
static const char *hotplug_subsystems[] = {
static const char * const hotplug_subsystems[] = {
"usb",
"ieee1394",
"pcmcia",