diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-01 13:04:06 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-01 13:04:06 +0100 |
commit | d11a13c825a169e3cc42efa8dca679c14e627d40 (patch) | |
tree | 57d9f7ff91a65b48d250a590ff0a694b7f4f993f /src/util/util.c | |
parent | effa6451a265d0a4d745443e9ee022c3f24e1bb8 (diff) |
de-duplicate url.c
Diffstat (limited to 'src/util/util.c')
-rw-r--r-- | src/util/util.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/util/util.c b/src/util/util.c index f49bc7c2e..489928dd4 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -25,9 +25,8 @@ /** - * Convert a buffer to an 8-character string - * representative of the contents. This is used - * for logging binary data when debugging. + * Convert a buffer to an 8-character string representative of the + * contents. This is used for logging binary data when debugging. * * @param buf buffer to log * @param buf_size number of bytes in @a buf |