aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-28 12:37:16 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-28 12:37:16 +0000
commit8389913151c2b77ce333a69a288e6c1349b6f981 (patch)
tree8fa1fa4abeb29eb5ca5829a084a07fae55bc679b /libbb
parent155a25478340968f01da4c24c144600f910c323f (diff)
downloadbusybox-w32-8389913151c2b77ce333a69a288e6c1349b6f981.tar.gz
busybox-w32-8389913151c2b77ce333a69a288e6c1349b6f981.tar.bz2
busybox-w32-8389913151c2b77ce333a69a288e6c1349b6f981.zip
ls: cleanup part 1
git-svn-id: svn://busybox.net/trunk/busybox@16463 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/concat_path_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/concat_path_file.c b/libbb/concat_path_file.c
index ef0d3282d..9aae601a4 100644
--- a/libbb/concat_path_file.c
+++ b/libbb/concat_path_file.c
@@ -9,7 +9,7 @@
9 */ 9 */
10 10
11/* concatenate path and file name to new allocation buffer, 11/* concatenate path and file name to new allocation buffer,
12 * not addition '/' if path name already have '/' 12 * not adding '/' if path name already has '/'
13*/ 13*/
14 14
15#include "libbb.h" 15#include "libbb.h"