Fix a typo in the previous compile fix

38e3cf74162 has a typo.

Bug: None
Change-Id: Id16f30ab5f2938bef567ef898f481696122a1dd3
TBR=hablich@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/856237
Reviewed-by: Jungshik Shin <jshin@chromium.org>
diff --git a/patches/calendar.patch b/patches/calendar.patch
index 4b103eb..e5fcb92 100644
--- a/patches/calendar.patch
+++ b/patches/calendar.patch
@@ -1,5 +1,5 @@
 diff --git a/source/i18n/calendar.cpp b/source/i18n/calendar.cpp
-index 12966a73..b2089017 100644
+index 12966a73..90931512 100644
 --- a/source/i18n/calendar.cpp
 +++ b/source/i18n/calendar.cpp
 @@ -708,6 +708,8 @@ fZone(NULL),
@@ -20,12 +20,9 @@
      if (U_FAILURE(success)) {
          return;
      }
-@@ -764,8 +768,10 @@ fTime(0),
- fLenient(TRUE),
- fZone(NULL),
+@@ -766,6 +770,8 @@ fZone(NULL),
  fRepeatedWallTime(UCAL_WALLTIME_LAST),
--fSkippedWallTime(UCAL_WALLTIME_LAST)
-+fSkippedWallTime(UCAL_WALLTIME_LAST),
+ fSkippedWallTime(UCAL_WALLTIME_LAST)
  {
 +    validLocale[0] = 0;
 +    actualLocale[0] = 0;
diff --git a/source/i18n/calendar.cpp b/source/i18n/calendar.cpp
index b208901..9093151 100644
--- a/source/i18n/calendar.cpp
+++ b/source/i18n/calendar.cpp
@@ -768,7 +768,7 @@
 fLenient(TRUE),
 fZone(NULL),
 fRepeatedWallTime(UCAL_WALLTIME_LAST),
-fSkippedWallTime(UCAL_WALLTIME_LAST),
+fSkippedWallTime(UCAL_WALLTIME_LAST)
 {
     validLocale[0] = 0;
     actualLocale[0] = 0;