Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanx committed Mar 8, 2022
1 parent 1815a69 commit 582bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontforgeexe/pythonui.c
Expand Up @@ -415,7 +415,7 @@ static void InsertSubMenus(struct py_menu_spec *spec, struct py_menu_data *pmd)
GMenuItem2 *mmn, *orig_menu, **mn;
unichar_t alt;
char *untrans, *action, *tmp_str;
unichar_t *trans, *untrans_uni, *tmp_uni;
unichar_t *trans, *tmp_uni;

mn = &pmd->menu;
orig_menu = pmd->menu;
Expand Down

0 comments on commit 582bd41

Please sign in to comment.