Fixing missing field initializer
authorKlaus Ethgen <Klaus@Ethgen.de>
Sat, 14 Oct 2017 08:07:13 +0000 (09:07 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sat, 14 Oct 2017 08:07:13 +0000 (09:07 +0100)
src/toolbar.c

index 168b401..843cda6 100644 (file)
@@ -115,7 +115,7 @@ static const UseableToolbarItems useable_toolbar_items[] = {
        {"SBar",        N_("Info sidebar"), GTK_STOCK_FILE},
        {"SBarSort",    N_("Sort manager"), GTK_STOCK_FILE},
        {"Quit",        N_("Quit"), GTK_STOCK_QUIT},
-       {NULL,          NULL}
+       {NULL,          NULL, NULL}
 };
 
 /**