test1185: fix to previous commit

Follow-up to 419b1c0b75 #21703
This commit is contained in:
Viktor Szakats 2026-05-21 11:24:15 +02:00
parent 419b1c0b75
commit af511a22cb
No known key found for this signature in database

View 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