diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-04 22:15:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-04 22:15:16 +0000 |
commit | 71dc491d6beab08026615a9c3f86406185aea6ec (patch) | |
tree | 8b8e65618c25718f37ee22938478476962e61785 /sys/ddb | |
parent | efecbec8466d895a9c5ab5eb68d1571e65b25e2d (diff) |
missed EOL at EOF
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index ae9c1aa91c4..e2165b8da6a 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.c,v 1.21 2001/06/27 04:58:42 art Exp $ */ +/* $OpenBSD: db_command.c,v 1.22 2001/07/04 22:15:15 espie Exp $ */ /* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */ /* @@ -577,4 +577,4 @@ db_boot_halt_cmd(addr, haddr, count, modif) char *modif; { boot(RB_NOSYNC | RB_HALT | RB_TIMEBAD); -}
\ No newline at end of file +} |