commit | dd090561bf90da65c32ad44e3211e27144138278 | [log] [tgz] |
---|---|---|
author | Giovanni Bajo <rasky@develer.com> | Sat Apr 28 03:47:10 2012 +0200 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Tue Aug 20 15:41:22 2013 +0100 |
tree | d97af006c241c0c3bbb6387937626a1e4f005cee | |
parent | 28f04fd647dd27d1b59211ab1bc1e91a316e8e22 [diff] [blame] |
Convert to C-style comments.
diff --git a/src/dnssec.c b/src/dnssec.c index 2991fe2..6e93dae 100644 --- a/src/dnssec.c +++ b/src/dnssec.c
@@ -45,12 +45,12 @@ } *buf++ = '.'; } - // Remove trailing dot (if any) + /* Remove trailing dot (if any) */ if (rr != start) *(--buf) = 0; if (rr == end) return 0; - // Trailing \0 in source data must be consumed + /* Trailing \0 in source data must be consumed */ return rr-start+1; }