SDL_rtf: Compiling with Clang on Windows fails at version.rc

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

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

diff --git a/version.rc b/version.rc
index 1009224..6437ea7 100644
--- a/version.rc
+++ b/version.rc
@@ -25,7 +25,7 @@ BEGIN
             VALUE "FileDescription", "SDL_rtf\0"
             VALUE "FileVersion", "2, 0, 0, 0\0"
             VALUE "InternalName", "SDL_rtf\0"
-            VALUE "LegalCopyright", "Copyright  2022 Sam Lantinga\0"
+            VALUE "LegalCopyright", "Copyright (C) 2022 Sam Lantinga\0"
             VALUE "OriginalFilename", "SDL_rtf.dll\0"
             VALUE "ProductName", "Simple DirectMedia Layer\0"
             VALUE "ProductVersion", "2, 0, 0, 0\0"