Fix apparent paste-o ... spurious "}"

This commit is contained in:
thorpej 1996-04-30 00:56:45 +00:00
parent ca9e50f43b
commit 3fff2a8f83
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.40 1996/04/29 21:08:37 pk Exp $ */
/* $NetBSD: clock.c,v 1.41 1996/04/30 00:56:45 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -721,8 +721,6 @@ forward:
if (rom_console_input && cnrom())
setsoftint();
}
return (1);
}