fix (libnxdrv): changed 'nx_drv_init' implementation to match header
This commit is contained in:
parent
e73f99c75e
commit
dab15d67c6
|
@ -1,5 +1,5 @@
|
|||
// This file is part of noxos and licensed under the MIT open source license
|
||||
|
||||
int nx_drv_init() {
|
||||
void nx_drv_init() {
|
||||
|
||||
}
|
Loading…
Reference in New Issue