From 9959fdb2e8ddd06f2161798ca0a39c77d67c652d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 4 May 2022 15:35:24 +0200 Subject: New upstream version 1.37.92 --- src/nmtui/nmt-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nmtui/nmt-editor.c') diff --git a/src/nmtui/nmt-editor.c b/src/nmtui/nmt-editor.c index 8e6a760c..427ac017 100644 --- a/src/nmtui/nmt-editor.c +++ b/src/nmtui/nmt-editor.c @@ -377,7 +377,7 @@ nmt_editor_constructed(GObject *object) else if (nm_connection_is_type(priv->edit_connection, NM_SETTING_WIREGUARD_SETTING_NAME)) page = nmt_page_wireguard_new(priv->edit_connection, deventry); else - g_assert_not_reached(); + g_return_if_reached(); add_sections_for_page(editor, grid, page); nmt_editor_grid_append(grid, NULL, nmt_newt_separator_new(), NULL); -- cgit 1.3.0-6-gf8a5