coretext: remove trailing macro from SCRATCH_RESTORE
authorMisty De Meo <mistydemeo@gmail.com>
Tue, 18 Jun 2019 22:20:38 +0000 (15:20 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 18 Jun 2019 22:52:23 +0000 (15:52 -0700)
src/hb-coretext.cc

index 4a299a6..a57b970 100644 (file)
@@ -980,7 +980,7 @@ resize_and_retry:
 
 #define SCRATCH_RESTORE() \
   scratch_size = scratch_size_saved; \
-  scratch = scratch_saved;
+  scratch = scratch_saved
 
       { /* Setup glyphs */
         SCRATCH_SAVE();