From 8426427784b59ab59136c4e2506912ca2f9ea516 Mon Sep 17 00:00:00 2001
From: chrchr-github <78114321+chrchr-github@users.noreply.github.com>
Date: Mon, 29 Apr 2024 18:22:37 +0200
Subject: [PATCH] Update gtk.c
---
test/cfg/gtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/cfg/gtk.c b/test/cfg/gtk.c
index 05c7e9c4956..9514a6c0d4b 100644
--- a/test/cfg/gtk.c
+++ b/test/cfg/gtk.c
@@ -67,7 +67,7 @@ void validCode(int argInt, GHashTableIter * hash_table_iter, GHashTable * hash_t
// NULL is handled graciously
char* str = g_strdup(NULL);
- // cppcheck-suppress valueFlowAfterCondition // TODO: caused by ?
+ // cppcheck-suppress valueFlowBailout // TODO: caused by ?
if (g_strcmp0(str, NULL) || g_strcmp0(NULL, str))
printf("%s", str);
g_free(str);