From e2dd5a767b7ac36614ecb626216fcce6ebe22585 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 4 May 2012 10:18:22 +0200 Subject: [PATCH] Fix bracket placing Make it consistent with the rest of the code Signed-off-by: Thomas Jarosch --- sigrok-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigrok-cli.c b/sigrok-cli.c index 6440600..2aec205 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -1044,7 +1044,7 @@ int main(int argc, char **argv) printf("Cannot stack protocol decoder '%s': instance not found.\n", pds[i]); return 1; } - if ((ret = srd_inst_stack(di_from, di_to) != SRD_OK)) + if ((ret = srd_inst_stack(di_from, di_to)) != SRD_OK) return ret; /* Don't show annotation from this PD. Only the last PD in -- 2.30.2