Commit 73b518f2 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed C++ style comment not allowed in ISO C90.

parent 3427bece
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" );
    }