Commit 29a875d5 authored by thomas dettbarn's avatar thomas dettbarn
Browse files

identation problem in one of the functions, due to { in the wrong place.

parent 37049c2c
Loading
Loading
Loading
Loading
Loading
+25 −24
Original line number Diff line number Diff line
@@ -1604,7 +1604,8 @@ Word16 RCcontextMapping_encode2_estimate_no_mem_s17_LCS_fx(
        }
        ELSE /* Overflow */
        {
                IF( *stop ){
            IF( *stop )
            {
                *stop = tot_bits2; /* Q0 */
                move16();
            }