diff options
author | Benjamin Otte <otte@redhat.com> | 2020-07-24 20:40:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-07-25 00:47:36 +0200 |
commit | d375dce9f52fd9830069a6fd9287abde93d3f24b (patch) | |
tree | cd759ec130e07189ab7f19ebd03b8e89923aaa7f /gtk/gtkshortcut.c | |
parent | d7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (diff) | |
download | gtk+-d375dce9f52fd9830069a6fd9287abde93d3f24b.tar.gz |
Replace "gchar" with "char"
Diffstat (limited to 'gtk/gtkshortcut.c')
-rw-r--r-- | gtk/gtkshortcut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcut.c b/gtk/gtkshortcut.c index a32437fed9..bf97d54fec 100644 --- a/gtk/gtkshortcut.c +++ b/gtk/gtkshortcut.c @@ -249,7 +249,7 @@ gtk_shortcut_new (GtkShortcutTrigger *trigger, GtkShortcut * gtk_shortcut_new_with_arguments (GtkShortcutTrigger *trigger, GtkShortcutAction *action, - const gchar *format_string, + const char *format_string, ...) { GtkShortcut *shortcut; |