mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
Fixed C++ style comment not allowed in ISO C90.
This commit is contained in:
parent
3427bece89
commit
73b518f269
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ UNITTEST_START
|
|||
if( curlErrCode == 1 ) {
|
||||
fail_unless(llist->head->next->ptr == &unusedData_case2,
|
||||
"the node next to head is not getting set correctly" );
|
||||
//better safe than sorry, check that the tail isn't corrupted
|
||||
/* better safe than sorry, check that the tail isn't corrupted */
|
||||
fail_unless(llist->tail->ptr != &unusedData_case2,
|
||||
"the list tail is not getting set correctly" );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue