Fix missing return(0) - from Jason Thorpe - fixes PR 1049

This commit is contained in:
gwr 1995-05-24 20:47:41 +00:00
parent a5e62834f4
commit 29e0f797d4
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: eeprom.c,v 1.5 1995/03/10 02:06:54 gwr Exp $ */
/* $NetBSD: eeprom.c,v 1.6 1995/05/24 20:47:41 gwr Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -206,6 +206,7 @@ static int ee_update(char *buf, int off, int cnt)
bp++;
cnt--;
}
return(0);
}
/*