Add missing ;
This commit is contained in:
parent
c4a0e6d765
commit
db0d6c4018
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mcd.c,v 1.57 1997/10/20 18:43:18 thorpej Exp $ */
|
||||
/* $NetBSD: mcd.c,v 1.58 1997/11/11 22:43:51 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum. All rights reserved.
|
||||
|
@ -235,7 +235,7 @@ mcdattach(parent, self, aux)
|
|||
|
||||
if (!mcd_find(iot, ioh, sc)) {
|
||||
printf(": mcd_find failed\n");
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue