projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2cc00
)
hex: fix comment
author
Martin Milata
<martin@martinmilata.cz>
Sun, 5 Feb 2017 13:29:45 +0000
(14:29 +0100)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 14 Mar 2017 01:51:53 +0000
(12:21 +1030)
Signed-off-by: Martin Milata <martin@martinmilata.cz>
ccan/str/hex/hex.h
patch
|
blob
|
history
diff --git
a/ccan/str/hex/hex.h
b/ccan/str/hex/hex.h
index 0a0d5c5aa8b6ba647e6aea61d46cc74dc53c5028..624a77b10c004096ea7e90f0a8ad13ce4df0565e 100644
(file)
--- a/
ccan/str/hex/hex.h
+++ b/
ccan/str/hex/hex.h
@@
-70,4
+70,4
@@
static inline size_t hex_data_size(size_t strlen)
{
return strlen / 2;
}
-#endif /*
PETTYCOI
N_HEX_H */
+#endif /*
CCA
N_HEX_H */