diff options
Diffstat (limited to 'ext/yaz/php_yaz.c')
-rw-r--r-- | ext/yaz/php_yaz.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/yaz/php_yaz.c b/ext/yaz/php_yaz.c index 869773ec07..916be8460e 100644 --- a/ext/yaz/php_yaz.c +++ b/ext/yaz/php_yaz.c @@ -1252,7 +1252,6 @@ PHP_FUNCTION(yaz_search) } /* }}} */ - /* {{{ proto int yaz_present(int id) Retrieve records */ PHP_FUNCTION(yaz_present) @@ -2485,9 +2484,11 @@ ZEND_GET_MODULE(yaz) #endif + /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: + * vim: sw=4 ts=4 tw=78 fdm=marker */ |