From c67053f3d34b9856d502ec7638348142be5e2c01 Mon Sep 17 00:00:00 2001 From: icex2 Date: Wed, 19 Feb 2025 19:49:09 +0100 Subject: [PATCH] fix: Missing closing bracket (#336) Fix mistake that happened during conflict resolution before the merge. --- src/main/d3d9-monitor-check/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/d3d9-monitor-check/main.c b/src/main/d3d9-monitor-check/main.c index 9cf3cdb..4866986 100644 --- a/src/main/d3d9-monitor-check/main.c +++ b/src/main/d3d9-monitor-check/main.c @@ -38,3 +38,4 @@ int main(int argc, char **argv) } return success ? 0 : 1; +} \ No newline at end of file