# HG changeset patch # User Bram Moolenaar # Date 1337370853 -7200 # Node ID ae1641c4fbcc8c25d27802d6048cb0767c4021d1 # Parent dd6c2497c997f080fad23e1d5a1fc17daf309b6c updated for version 7.3.524 Problem: Missing comma. Solution: Add the comma. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -715,7 +715,9 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ - 523 + 524, +/**/ + 523, /**/ 522, /**/