diff options
Diffstat (limited to 'main/strlcpy.c')
-rw-r--r-- | main/strlcpy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/strlcpy.c b/main/strlcpy.c index 68b5147ac6..6b51ca3a86 100644 --- a/main/strlcpy.c +++ b/main/strlcpy.c @@ -72,3 +72,11 @@ PHPAPI size_t php_strlcpy(dst, src, siz) } #endif /* !HAVE_STRLCPY */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim: sw=4 ts=4 tw=78 fdm=marker + */ |