From 699746a397043ab82b4e83e2ac5bf3ddc0486964 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 22 Feb 2025 08:51:07 +0100 Subject: ADD: More improvements now on DeviceMgr. Signed-off-by: Amlal --- dev/Kernel/KernelKit/DeviceMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/KernelKit/DeviceMgr.h') diff --git a/dev/Kernel/KernelKit/DeviceMgr.h b/dev/Kernel/KernelKit/DeviceMgr.h index a81a6586..fa68d2e7 100644 --- a/dev/Kernel/KernelKit/DeviceMgr.h +++ b/dev/Kernel/KernelKit/DeviceMgr.h @@ -81,7 +81,7 @@ namespace NeOS protected: Void (*fOut)(IDeviceObject*, T Data) = {nullptr}; - Void (*fIn)(IDeviceObject*, T Data) = {nullptr}; + Void (*fIn)(IDeviceObject*, T Data) = {nullptr}; }; /// -- cgit v1.2.3