diff options
author | Guenter Knauf <lists@gknw.net> | 2011-01-22 09:52:09 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-01-22 09:52:09 +0100 |
commit | 73b518f269d3b4af9368aa9d6c851624d6bcc955 (patch) | |
tree | 95de028b6e4ed393bd29104dd25ccda044b73696 /tests/unit | |
parent | 3427bece89ee00fdf82519e584a971f97c9f2071 (diff) |
Fixed C++ style comment not allowed in ISO C90.
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/unit1300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit1300.c b/tests/unit/unit1300.c index 3aa351a3a..a835392b1 100644 --- a/tests/unit/unit1300.c +++ b/tests/unit/unit1300.c @@ -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" ); } |