patch 8.2.3678: illegal memory access

Problem:    Illegal memory access.
Solution:   Ignore changed indent when computing byte offset.
diff --git a/src/version.c b/src/version.c
index 0adbdb7..b7a93ed 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3678,
+/**/
     3677,
 /**/
     3676,