Change OF_nextprop to match prototype change to void *

(Please don't change prototypes without changing the corresponding
functions!)
This commit is contained in:
wiz 2000-11-22 18:18:32 +00:00
parent 818062390e
commit b03725b863
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: openfirm.c,v 1.5 2000/11/14 21:22:44 matt Exp $ */
/* $NetBSD: openfirm.c,v 1.6 2000/11/22 18:18:32 wiz Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -202,7 +202,7 @@ int
OF_nextprop(handle, prop, nextprop)
int handle;
char *prop;
char *nextprop;
void *nextprop;
{
static struct {
char *name;