diff options
author | Adam Dickmeiss <dickmeiss@php.net> | 2002-04-19 20:15:40 +0000 |
---|---|---|
committer | Adam Dickmeiss <dickmeiss@php.net> | 2002-04-19 20:15:40 +0000 |
commit | 4bf2f16771295dce73da110a4165dc16c6035fb3 (patch) | |
tree | 7cc9c658312e684b03045f02383c09062337835e /ext/yaz/php_yaz.c | |
parent | 6ad3b2bf43ae55ce49140184aef8cce5d5dc2b7a (diff) | |
download | php-git-4bf2f16771295dce73da110a4165dc16c6035fb3.tar.gz |
Indentation;)
Diffstat (limited to 'ext/yaz/php_yaz.c')
-rw-r--r-- | ext/yaz/php_yaz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yaz/php_yaz.c b/ext/yaz/php_yaz.c index ba7e0464be..18b81fc743 100644 --- a/ext/yaz/php_yaz.c +++ b/ext/yaz/php_yaz.c @@ -799,7 +799,7 @@ static int send_sort_present (Yaz_Association t) { if (!send_sort(t)) return send_present (t); - return 1; + return 1; } static int send_present (Yaz_Association t) |