aboutsummaryrefslogtreecommitdiff
path: root/compat/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/vis.c')
-rw-r--r--compat/vis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/vis.c b/compat/vis.c
index 5aca58cc..97eb5271 100644
--- a/compat/vis.c
+++ b/compat/vis.c
@@ -136,10 +136,10 @@ done:
/*
* strvis, strnvis, strvisx - visually encode characters from src into dst
- *
+ *
* Dst must be 4 times the size of src to account for possible
* expansion. The length of dst, not including the trailing NULL,
- * is returned.
+ * is returned.
*
* Strnvis will write no more than siz-1 bytes (and will NULL terminate).
* The number of bytes needed to fully encode the string is returned.