Update: orig2001_12_04_22_45 -> orig2001_12_14_20_46
[gnokii.git] / common / gsm-statemachine.c
index c8638e4..a65583a 100644 (file)
@@ -199,7 +199,7 @@ GSM_Error SM_Block(GSM_Statemachine *state, GSM_Data *data, int waitfor)
 
                dprintf("SM_Block Retry - %d\n\r", retry);
                SM_Reset(state);
-               if (retry<2) SM_SendMessage(state, state->LastMsgSize, state->LastMsgType, state->LastMsg);
+               if (retry < 2) SM_SendMessage(state, state->LastMsgSize, state->LastMsgType, state->LastMsg);
        }
 
        return GE_TIMEOUT;