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