patch 7.4.1357
Problem:    Error for returning value from void function.
Solution:   Don't do that.
diff --git a/src/version.c b/src/version.c
index c498942..9fb2cdb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1357,
+/**/
     1356,
 /**/
     1355,