--- rpl/src/instructions_d5.c 2011/11/18 21:31:40 1.81 +++ rpl/src/instructions_d5.c 2011/11/26 10:01:28 1.83 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.4 + RPL/2 (R) version 4.1.5 Copyright (C) 1989-2011 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1961,8 +1961,7 @@ instruction_detach(struct_processus *s_e if ((s = malloc(sizeof(struct_objet *))) == NULL) { - (*s_etat_processus).erreur_execution = - d_es_allocation_memoire; + (*s_etat_processus).erreur_execution = d_es_allocation_memoire; return; }