From 40f979de8fb49eb2968bfdfacb707f6e0f24decb Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 13 May 2013 23:08:37 +1000 Subject: [PATCH] Fixed dumb typo. --- site_ansto/hardsup/sct_galilprot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/hardsup/sct_galilprot.c b/site_ansto/hardsup/sct_galilprot.c index b22823be..42637e72 100644 --- a/site_ansto/hardsup/sct_galilprot.c +++ b/site_ansto/hardsup/sct_galilprot.c @@ -44,7 +44,7 @@ int GalilReading(Ascon *a) { if (ret > 0) { a->start = DoubleTime(); } else if (ret < 0) { - AsconError(a, "ASC5", errno) + AsconError(a, "ASC5", errno); return 0; } else if (ret == 0) { if (a->timeout > 0) {