Fix cut-and-paste miss...

This commit is contained in:
tsubai 1998-10-13 13:15:29 +00:00
parent 1e0064d5d6
commit 7d9356dcca
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: aed.c,v 1.1 1998/10/13 11:21:21 tsubai Exp $ */
/* $NetBSD: aed.c,v 1.2 1998/10/13 13:15:29 tsubai Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@ -361,7 +361,7 @@ aed_handoff(event)
aed_enqevent(event);
else {
if (event->def_addr == 2)
adb_intr(event);
kbd_intr(event);
}
}