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/fopen_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/fopen_wrappers.c') diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index b8f752a84c..208a39eebb 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -545,10 +545,10 @@ PHPAPI char *expand_filepath(const char *filepath, char *real_path) return real_path; } - /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: + * vim: sw=4 ts=4 tw=78 fdm=marker */ -- cgit v1.2.1