--- rpl/src/instructions_w1.c 2010/09/23 15:27:41 1.29 +++ rpl/src/instructions_w1.c 2010/12/12 14:13:39 1.30 @@ -226,8 +226,7 @@ instruction_wait(struct_processus *s_eta return; } - if (((*s_objet).type == INT) || - ((*s_objet).type == REL)) + if (((*s_objet).type == INT) || ((*s_objet).type == REL)) { if ((*s_objet).type == INT) {