patch 8.2.0525: Win32: typo in assignment and misplaced paren

Problem:    Win32: typo in assignment and misplaced paren.
Solution:   Fix the syntax.
diff --git a/src/version.c b/src/version.c
index ae61cf2..40f5b14 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    525,
+/**/
     524,
 /**/
     523,