commit | b4ad3b0deac12674a7773311890b48fd39c6807c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 10:57:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 10:57:45 2022 +0100 |
tree | d5060ac163343dcbf75d07f32083405afb876dd9 | |
parent | 46eea444d992c2ae985cabb775a5d283f8e16df3 [diff] [blame] |
patch 8.2.4649: various formatting problems Problem: Various formatting problems. Solution: Improve the code formatting.
diff --git a/src/gui_athena.c b/src/gui_athena.c index 6cbabf8..8b5af63 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c
@@ -1191,7 +1191,7 @@ #endif menu->parent = parent; - menu->submenu_id = NULL; + menu->submenu_id = (Widget)0; if (!XtIsManaged(toolBar) && vim_strchr(p_go, GO_TOOLBAR) != NULL) gui_mch_show_toolbar(TRUE);