From 060719821cde90756ab8a41de4086c5345db0567 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 30 Jan 2020 22:59:09 +0100 Subject: [PATCH] Code cleanup --- src/notes.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/notes.c b/src/notes.c index dc10289..27379db 100644 --- a/src/notes.c +++ b/src/notes.c @@ -129,7 +129,8 @@ static char const * _authors[] = /* toolbar */ static DesktopToolbar _toolbar[] = { - { N_("New note"), G_CALLBACK(_notes_on_new), GTK_STOCK_NEW, 0, 0, NULL }, + { N_("New note"), G_CALLBACK(_notes_on_new), GTK_STOCK_NEW, 0, 0, + NULL }, { N_("Edit note"), G_CALLBACK(_notes_on_edit), GTK_STOCK_EDIT, 0, 0, NULL }, { "", NULL, NULL, 0, 0, NULL },