patch 8.2.1565: spellfile test sometimes fails

Problem:    Spellfile test sometimes fails.
Solution:   Check running into the end of the file.
diff --git a/src/version.c b/src/version.c
index 03612aa..bbbb26e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1565,
+/**/
     1564,
 /**/
     1563,