aboutsummaryrefslogtreecommitdiff
path: root/src/includes
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-02-09 15:35:12 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-02-09 15:35:12 -0600
commit287d71bd2591ddec73efe356db081020e65cd922 (patch)
tree6068ff5da9565cbe45a9c845c39a1c432f456e6e /src/includes
parentc1ffe4d9f2e10b6853464cc298d1922c81ae92f4 (diff)
helpers.h: style fix
Diffstat (limited to 'src/includes')
-rw-r--r--src/includes/helpers.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/includes/helpers.h b/src/includes/helpers.h
index 1a00d3d0..8d8b16e8 100644
--- a/src/includes/helpers.h
+++ b/src/includes/helpers.h
@@ -96,8 +96,10 @@ _unused static char *xstrdup(const char *str)
#undef ERRX
-/* basename_c never modifies the argument. As such, if there is a trailing
- * slash then an empty string is returned. */
+/*
+ * basename_c never modifies the argument. As such, if there is a trailing
+ * slash then an empty string is returned.
+ */
_unused static const char *basename_c(const char *path)
{
const char *slash = strrchr(path, '/');