diff options
Diffstat (limited to 'main/fopen_wrappers.c')
-rw-r--r-- | main/fopen_wrappers.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |