projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578da7e
)
check_type: fix incorrect documentation.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 12 Dec 2011 03:20:05 +0000
(13:50 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 12 Dec 2011 03:20:05 +0000
(13:50 +1030)
ccan/check_type/check_type.h
patch
|
blob
|
history
diff --git
a/ccan/check_type/check_type.h
b/ccan/check_type/check_type.h
index 0cf52543e38e6e2d6ef208873fe975839041ce44..371fb66471d18149297142298ef281575e1ac34c 100644
(file)
--- a/
ccan/check_type/check_type.h
+++ b/
ccan/check_type/check_type.h
@@
-11,7
+11,7
@@
* argument is of the expected type. No type promotion of the expression is
* done: an unsigned int is not the same as an int!
*
- * check_type() always evaluates to
1
.
+ * check_type() always evaluates to
0
.
*
* If your compiler does not support typeof, then the best we can do is fail
* to compile if the sizes of the types are unequal (a less complete check).