summaryrefslogtreecommitdiffstats
path: root/sys-utils/eject.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/eject.c')
-rw-r--r--sys-utils/eject.c2
1 files changed, 1 insertions, 1 deletions
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",