diff options
Diffstat (limited to 'ext/standard/cyr_convert.c')
-rw-r--r-- | ext/standard/cyr_convert.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/standard/cyr_convert.c b/ext/standard/cyr_convert.c index 8652fcaef2..0869dd056a 100644 --- a/ext/standard/cyr_convert.c +++ b/ext/standard/cyr_convert.c @@ -288,3 +288,11 @@ PHP_FUNCTION(convert_cyr_string) RETVAL_STRING((char *)str, 0) } /* }}} */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim: sw=4 ts=4 tw=78 fdm=marker + */ |