diff options
Diffstat (limited to 'src/rc/_usage.c')
-rw-r--r-- | src/rc/_usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/_usage.c b/src/rc/_usage.c index e190eb40..b5f664a7 100644 --- a/src/rc/_usage.c +++ b/src/rc/_usage.c @@ -40,7 +40,7 @@ static void set_quiet_options(void) _noreturn static void show_version(void) { - const char *systype = NULL; + char *systype = NULL; printf("%s (OpenRC", applet); systype = detect_container(); |