summaryrefslogtreecommitdiff
path: root/rmt
diff options
context:
space:
mode:
Diffstat (limited to 'rmt')
-rw-r--r--rmt/rmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmt/rmt.c b/rmt/rmt.c
index 4869ae5..11b1910 100644
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -271,7 +271,7 @@ Manipulate a tape drive, accepting commands from a remote process.\n\
}
int
-main (int argc, char *const *argv)
+main (int argc, char **argv)
{
char command;
size_t status;