Fix typos in nzg_create

This commit is contained in:
Glenn Y. Rolland 2019-09-16 17:17:43 +02:00
parent 996d7158a8
commit c715f03943

View file

@ -19,10 +19,10 @@ msgSpace * msgSpaceCreate(
msgSpace * result; msgSpace * result;
int shmId; int shmId;
msgSpaceId nzgId; msgSpaceId nzgId;
msgSpaceList msgSpaceList mSList;
static spaceIdNum=-1; static int mSIdNum=-1;
spaceIdNum++; mSIdNum++;
/** recuperation de la liste des msgSpace **/ /** recuperation de la liste des msgSpace **/
/* (creation si elle n'existe pas */ /* (creation si elle n'existe pas */