summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-12-19 15:45:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-12-19 15:45:40 +0100
commita4cfbec3095eab68d3b21600023ad1efd89928d5 (patch)
treeb88b0b72630bc0d34f55d7dd5de542450df3d6e0
parentf39d2a9e977e5b37d1990194bfe2a48cd1a70a66 (diff)
Fix compiler warning
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 9634887..6d089c1 100644
--- a/server.c
+++ b/server.c
@@ -754,7 +754,7 @@ WriteServerCallArg(FILE *file, const argument_t *arg)
/* If the type (incl. array) is handled differently, then we need to
cast it to the real argument type. */
if (it->itKernelPort ||
- it->itInLine && it->itVarArray && it->itElement->itKernelPort) {
+ (it->itInLine && it->itVarArray && it->itElement->itKernelPort)) {
/* Some arguments are transformed into the correct type already. */
if (!akCheckAll(arg->argKind, akbSendRcv|akbVarNeeded))
fprintf(file, "(%s%s)", it->itTransType,