From ffb4f9e868b2e5f95b20354e1864c46fc8e315aa Mon Sep 17 00:00:00 2001 From: brarcher Date: Wed, 25 Dec 2013 03:04:41 +0000 Subject: [PATCH] Add paren around if block git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@955 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- src/check_msg.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/check_msg.c b/src/check_msg.c index 8e92a11..04c5f23 100644 --- a/src/check_msg.c +++ b/src/check_msg.c @@ -122,7 +122,10 @@ TestResult *receive_test_result (int waserror) fp = get_pipe(); if (fp == NULL) + { eprintf ("Error in call to get_pipe",__FILE__, __LINE__ - 2); + } + rewind(fp); pipe_fileno = fileno(fp); -- 2.40.0