sdl12-compat: Compiling with Clang on Windows fails at version.rc

From 10fa8dd64d97af3ff9fa46e50197586f7383db1e Mon Sep 17 00:00:00 2001
From: Sylvain <[EMAIL REDACTED]>
Date: Thu, 23 Mar 2023 10:48:37 +0100
Subject: [PATCH] Compiling with Clang on Windows fails at version.rc

---
 src/version.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/version.rc b/src/version.rc
index b83fd2b18..158b04b4e 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -19,7 +19,7 @@ BEGIN
             VALUE "FileDescription", "SDL\0"
             VALUE "FileVersion", "1, 2, 61, 0\0"
             VALUE "InternalName", "SDL\0"
-            VALUE "LegalCopyright", "Copyright  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2022 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer 1.2 wrapper\0"
             VALUE "ProductVersion", "1, 2, 61, 0\0"