patch 8.1.2411: function argument copied unnecessarily

Problem:    Function argument copied unnecessarily.
Solution:   Use the argument directly.
diff --git a/src/version.c b/src/version.c
index 46468e7..d4a677c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2411,
+/**/
     2410,
 /**/
     2409,