patch 8.2.1877: test for function list fails

Problem:    Test for function list fails.
Solution:   Move "obsolete" comments one line up.
diff --git a/src/version.c b/src/version.c
index ce5f83a..d18f101 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1877,
+/**/
     1876,
 /**/
     1875,