diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-05 22:20:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-05 22:20:03 +0000 |
commit | 7e137dfd91c9734e562e5728e2e09b1c1adad0fb (patch) | |
tree | cc1021f676c226ba3fc51627580e3aa6580eadf7 /sys/arch/hppa | |
parent | c0f9581a24d5c72c9fdedff13bd55c713e4f8f3d (diff) |
missing semicolon
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index 50199c0dbc9..3b93560c1c0 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.20 2000/06/08 22:25:19 niklas Exp $ */ +/* $OpenBSD: trap.c,v 1.21 2000/07/05 22:20:02 mickey Exp $ */ /* * Copyright (c) 1998-2000 Michael Shalayeff @@ -454,7 +454,7 @@ return; #endif #include "bridge.h" #if NBRIDGE > 0 - DONET(NETISR_BRIDGE, bridgeintr) + DONET(NETISR_BRIDGE, bridgeintr); #endif } splx(s); |