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) {