Commit 92b1b9a8 authored by Pauli's avatar Pauli
Browse files

A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.

parent 3f6a8312
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ int engine_free_util(ENGINE *e, int not_locked)
    else
        i = --e->struct_ref;
#endif
    engine_ref_debug(e, 0, -1)
    engine_ref_debug(e, 0, -1);
    if (i > 0)
        return 1;
    REF_ASSERT_ISNT(i < 0);