From af511a22cb525b22d7c1c5253e4b92a642e539b9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 21 May 2026 11:24:15 +0200 Subject: [PATCH] test1185: fix to previous commit Follow-up to 419b1c0b751b257bd54787618454d90fe88e7b79 #21703 --- tests/data/test1185 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test1185 b/tests/data/test1185 index 200a01f565..f804c7ba04 100644 --- a/tests/data/test1185 +++ b/tests/data/test1185 @@ -232,7 +232,7 @@ void startfunc(int a, int b) { // CPP comment ? ^ ./%LOGDIR/code1185.c:78:2: warning: replace curlx_free() + NULL assignment with curlx_safefree() (USESAFEFREE) - ptr = NULL; /* more comment */ + ptr = NULL; /* comment more */ ^ ./%LOGDIR/code1185.c:1:1: error: Missing copyright statement (COPYRIGHT) %SP