mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.1630: various small problems
Problem: Various small problems. Solution: Various small improvements.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user