From 25c3a3a39d7aebdce95825e6af2ad8c62905b7cc Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 5 Jun 2001 13:12:10 +0000 Subject: vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions --- main/strlcpy.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main/strlcpy.c') 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 + */ -- cgit v1.2.1