aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ports/linux/guts/__fxstat64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/linux/guts/__fxstat64.c b/ports/linux/guts/__fxstat64.c
index 903b9a9..92c8219 100644
--- a/ports/linux/guts/__fxstat64.c
+++ b/ports/linux/guts/__fxstat64.c
@@ -20,7 +20,7 @@
return rc;
}
msg = pseudo_client_op(OP_FSTAT, 0, fd, -1, 0, buf);
- if (msg && msg->result == RESULT_SUCCEED)
+ if (msg && msg->result == RESULT_SUCCEED) {
pseudo_stat_msg(buf, msg);
}