fix (libnxdrv): changed 'nx_drv_init' implementation to match header

This commit is contained in:
antifallobst 2023-06-01 00:07:20 +02:00
parent e73f99c75e
commit dab15d67c6
1 changed files with 1 additions and 1 deletions

View File

@ -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() {
}