diff --git a/src/jrd/svc.cpp b/src/jrd/svc.cpp index c5412701df..dfaea3d186 100644 --- a/src/jrd/svc.cpp +++ b/src/jrd/svc.cpp @@ -2189,8 +2189,9 @@ void *SVC_start(SVC service, USHORT spb_length, SCHAR * spb) { continue; } - else; /* the event was posted */ - break; + else { /* the event was posted */ + break; + } } ISC_event_fini(evnt_ptr);