diff src/gui_beval.c @ 17262:041156ce1d22 v8.1.1630

patch 8.1.1630: various small problems commit https://github.com/vim/vim/commit/e809a4ed3014fbf717c936c727291b5f038829a5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 17:35:05 2019 +0200 patch 8.1.1630: various small problems Problem: Various small problems. Solution: Various small improvements.
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 17:45:04 +0200
parents ff3c99bd1038
children 79e10adc821d
line wrap: on
line diff
--- a/src/gui_beval.c
+++ b/src/gui_beval.c
@@ -107,7 +107,7 @@ gui_mch_create_beval_area(
 	return NULL;
     }
 
-    beval = (BalloonEval *)alloc_clear(sizeof(BalloonEval));
+    beval = ALLOC_CLEAR_ONE(BalloonEval);
     if (beval != NULL)
     {
 #ifdef FEAT_GUI_GTK