diff options
Diffstat (limited to 'common/cmd_universe.c')
| -rw-r--r-- | common/cmd_universe.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/common/cmd_universe.c b/common/cmd_universe.c index a86a5746b..58384f3b8 100644 --- a/common/cmd_universe.c +++ b/common/cmd_universe.c @@ -46,7 +46,7 @@ static UNI_DEV   *dev;  int universe_init(void)  { -	int j, result, lastError = 0; +	int j, result;  	pci_dev_t busdevfn;  	unsigned int val; @@ -126,8 +126,6 @@ int universe_init(void)   break_30:  	free(dev);   break_20: -	lastError = result; -  	return result;  } |