From e99f842daffe0fd19a03fa939fba9b9500edda93 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 5 Apr 2012 11:50:44 -0400 Subject: eject: constify array Signed-off-by: Mike Frysinger --- sys-utils/eject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/eject.c') diff --git a/sys-utils/eject.c b/sys-utils/eject.c index 2d8b0cbcc..68d5e9c7a 100644 --- a/sys-utils/eject.c +++ b/sys-utils/eject.c @@ -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", -- cgit v1.2.3-55-g7522