From dab15d67c6c59c78870e0e16d99349c5fdc9c18d Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 1 Jun 2023 00:07:20 +0200 Subject: [PATCH] fix (libnxdrv): changed 'nx_drv_init' implementation to match header --- libnxdrv/src/libnxdrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnxdrv/src/libnxdrv.c b/libnxdrv/src/libnxdrv.c index cd091cf..3138f00 100644 --- a/libnxdrv/src/libnxdrv.c +++ b/libnxdrv/src/libnxdrv.c @@ -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() { } \ No newline at end of file