]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1185: fix to previous commit
authorViktor Szakats <commit@vsz.me>
Thu, 21 May 2026 09:24:15 +0000 (11:24 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 21 May 2026 09:24:30 +0000 (11:24 +0200)
Follow-up to 419b1c0b751b257bd54787618454d90fe88e7b79 #21703

tests/data/test1185

index 200a01f56539633abb39228d34879d4a2cbc0d82..f804c7ba044f145e0741c7b62f68306c6d607adc 100644 (file)
@@ -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