projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3427bec
)
Fixed C++ style comment not allowed in ISO C90.
author
Guenter Knauf
<lists@gknw.net>
Sat, 22 Jan 2011 08:52:09 +0000
(09:52 +0100)
committer
Guenter Knauf
<lists@gknw.net>
Sat, 22 Jan 2011 08:52:09 +0000
(09:52 +0100)
tests/unit/unit1300.c
patch
|
blob
|
history
diff --git
a/tests/unit/unit1300.c
b/tests/unit/unit1300.c
index 3aa351a3a11e4d455af1f553c6036f5dc06d6cf0..a835392b16c43c36023fb9199f4b844e070826c8 100644
(file)
--- 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" );
}