summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index 34ad7f230..f7ae570fb 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -390,7 +390,7 @@ int main(int argc, char **argv)
/* Default is to follow the current line speend and then default to 9600 */
if ((options.flags & F_VCONSOLE) == 0 && options.numspeed == 0) {
options.speeds[options.numspeed++] = bcode("9600");
- options.flags |= F_KEEPSPEED
+ options.flags |= F_KEEPSPEED;
}
/* Initialize the termios settings (raw mode, eight-bit, blocking i/o). */