mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
Fix build on Arch Linux
This commit is contained in:
@@ -1060,7 +1060,9 @@ void nv3_close(void* priv)
|
||||
{
|
||||
// Shut down logging
|
||||
log_close(nv3->nvbase.log);
|
||||
#ifdef ENABLE_NV_LOG
|
||||
nv_log_set_device(NULL);
|
||||
#endif
|
||||
|
||||
// Shut down I2C and the DDC
|
||||
ddc_close(nv3->nvbase.ddc);
|
||||
|
||||
Reference in New Issue
Block a user