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;
int shmId;
msgSpaceId nzgId;
msgSpaceList
static spaceIdNum=-1;
msgSpaceList mSList;
static int mSIdNum=-1;
spaceIdNum++;
mSIdNum++;
/** recuperation de la liste des msgSpace **/
/* (creation si elle n'existe pas */