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;
|
||||
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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue