patch 8.2.0001: #endif comments do reflect corresponding #ifdef

Problem:    #endif comments do reflect corresponding #ifdef.
Solution:   Update the comments. (Rene Nyffenegger, closes #5351)
diff --git a/src/version.c b/src/version.c
index 3ef6259..b3f1fdb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1,
+/**/
     0
 };