From 05e76cc733a99ddbcb64a00522fff577dfa20632 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 12 Jul 2020 17:02:11 -0500 Subject: [PATCH] Fix Windows build --- OpenRGB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRGB.cpp b/OpenRGB.cpp index 90b30450..defb2974 100644 --- a/OpenRGB.cpp +++ b/OpenRGB.cpp @@ -109,7 +109,7 @@ void DetectNvAPII2CBusses() NV_U32 device_id; NV_U32 ext_device_id; NV_STATUS res; - NV_U32 revision_id + NV_U32 revision_id; NV_U32 sub_system_id; NV_STATUS initialize = NvAPI_Initialize();