summaryrefslogtreecommitdiff
path: root/src/init/hpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init/hpr.c')
-rw-r--r--src/init/hpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/hpr.c b/src/init/hpr.c
index 0e1c27a..faa0a7c 100644
--- a/src/init/hpr.c
+++ b/src/init/hpr.c
@@ -18,7 +18,7 @@ int main (int argc, char const *const *argv)
subgetopt_t l = SUBGETOPT_ZERO ;
for (;;)
{
- register int opt = subgetopt_r(argc, argv, "hprf", &l) ;
+ int opt = subgetopt_r(argc, argv, "hprf", &l) ;
if (opt == -1) break ;
switch (opt)
{