summaryrefslogtreecommitdiffstats
path: root/6pack/m6pack.c
diff options
context:
space:
mode:
Diffstat (limited to '6pack/m6pack.c')
-rw-r--r--6pack/m6pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/6pack/m6pack.c b/6pack/m6pack.c
index 43d20cf..541658d 100644
--- a/6pack/m6pack.c
+++ b/6pack/m6pack.c
@@ -459,7 +459,7 @@ int main(int argc, char *argv[])
return 1;
}
- numptys = argc - optind - 1;
+ numptys = argc - optind - 1;
if (numptys + ptmxdevices > MAX_PTYS) {
fprintf(stderr, "m6pack: max %d pty interfaces allowed.\n",