From 799e4c4ab7d55d6ff70488b720b33cd4f955eddf Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 19 Aug 2023 19:45:25 +0200 Subject: fix code path error detected by clang-tidy. --- rose.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rose.c b/rose.c index a8a4253..204752e 100644 --- a/rose.c +++ b/rose.c @@ -204,6 +204,7 @@ GtkWidget* handle_create_new_tab(WebKitWebView* self, } else { webkit_web_view_run_javascript(notebook_get_webview(notebook), "alert('Too many tabs, not opening a new one')", NULL, NULL, NULL); + return NULL; } /* WebKitGTK documentation recommends returning the new webview. * I imagine that this might allow e.g., to go back in a new tab -- cgit v1.2.3