summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-03 12:52:19 +0200
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-09-03 12:52:19 +0200
commita805425af32b8277958af71f10dc9f96fd4c694a (patch)
tree3eea2d41c0301dbf5e133e3dead292d6fda4e3af /utils.h
parent202d11a26108172ef35402ad5ce2183ed4a08b5c (diff)
Remove trailing whitespaces.
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index e131d1e..2dd61c9 100644
--- a/utils.h
+++ b/utils.h
@@ -54,7 +54,7 @@ char *xstrdup(const char *s);
/* Human-readable printout of binary data */
void binary_print(const char *s, ssize_t len);
-/* Writes data to a file or exits on failure */
+/* Writes data to a file or exits on failure */
void xfwrite(const void *ptr, size_t size, FILE *stream);
/* Writes an int to a file, using len bytes, in bigendian order */