summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxhdrs/sync01.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psxhdrs/sync01.c')
-rw-r--r--c/src/tests/psxtests/psxhdrs/sync01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/sync01.c b/c/src/tests/psxtests/psxhdrs/sync01.c
index 2c651fce58..7ebb18509c 100644
--- a/c/src/tests/psxtests/psxhdrs/sync01.c
+++ b/c/src/tests/psxtests/psxhdrs/sync01.c
@@ -19,6 +19,6 @@ void test( void )
int fd;
int result;
- int fd = 4;
+ fd = 4;
result = fsync( fd );
}