From f0384d5fb09d6a079614ad79fadf52cce5daba83 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 9 Apr 2019 11:01:24 +0200 Subject: [PATCH] Minor. --- src/autofit/aflatin.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c index dccdcaf34..9160b34d0 100644 --- a/src/autofit/aflatin.c +++ b/src/autofit/aflatin.c @@ -1443,13 +1443,13 @@ nn, blue->ref.org, blue->ref.fit / 64.0, - blue->flags & AF_LATIN_BLUE_ACTIVE ? "" - : " (inactive)", + ( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? "" + : " (inactive)", nn, blue->shoot.org, blue->shoot.fit / 64.0, - blue->flags & AF_LATIN_BLUE_ACTIVE ? "" - : " (inactive)" )); + ( blue->flags & AF_LATIN_BLUE_ACTIVE ) ? "" + : " (inactive)" )); } #endif }