Fix typos in nzg_create
This commit is contained in:
parent
996d7158a8
commit
c715f03943
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue