summaryrefslogtreecommitdiff
path: root/ext/standard/link.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-09-06 07:30:51 +0000
committerDerick Rethans <derick@php.net>2002-09-06 07:30:51 +0000
commitdc3ea09991c6118604bbdcce09c58ca4b54dc4a0 (patch)
tree7c64b24bbf727c65e148cd13c1b2c38c1ce07449 /ext/standard/link.c
parentdc5d3f5585af37e8e44dc0a104fadb6deef27433 (diff)
downloadphp-git-dc3ea09991c6118604bbdcce09c58ca4b54dc4a0.tar.gz
- Please do not use spaces for indentation!
- Removed redundend ifdefs
Diffstat (limited to 'ext/standard/link.c')
-rw-r--r--ext/standard/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/link.c b/ext/standard/link.c
index eec0cb144b..e24ed64567 100644
--- a/ext/standard/link.c
+++ b/ext/standard/link.c
@@ -82,7 +82,7 @@ PHP_FUNCTION(linkinfo)
{
zval **filename;
#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
- struct stat_libc sb;
+ struct stat_libc sb;
#else
struct stat sb;
#endif