diff options
Diffstat (limited to 'src/rc/openrc-run.c')
-rw-r--r-- | src/rc/openrc-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c index 7649b04c..1958dbc8 100644 --- a/src/rc/openrc-run.c +++ b/src/rc/openrc-run.c @@ -1120,7 +1120,7 @@ int main(int argc, char **argv) char *dir, *save = NULL, *saveLnk = NULL; char *pidstr = NULL; size_t l = 0, ll; - const char *file; + const char *file; struct stat stbuf; /* Show help if insufficient args */ |