about summary refs log tree commit diff
path: root/src/portab/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portab/strlcpy.c')
-rw-r--r--src/portab/strlcpy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/portab/strlcpy.c b/src/portab/strlcpy.c
index ae2018bc..ce90a423 100644
--- a/src/portab/strlcpy.c
+++ b/src/portab/strlcpy.c
@@ -52,7 +52,6 @@ strlcat( char *dst, const char *src, size_t size )
 
 #endif
 
-
 #ifndef HAVE_STRLCPY
 
 GLOBAL size_t
@@ -74,5 +73,4 @@ strlcpy( char *dst, const char *src, size_t size )
 
 #endif
 
-
 /* -eof- */