*** empty log message ***
This commit is contained in:
parent
0293b5482c
commit
e90afc9c1a
2 changed files with 4 additions and 4 deletions
3
Makefile
3
Makefile
|
@ -23,8 +23,7 @@ subdir:
|
||||||
$(MAKE) -C test/
|
$(MAKE) -C test/
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
( cd src/ ; \
|
$(MAKE) -C doc/rapport
|
||||||
$(MAKE) doc )
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) clean -C src/
|
$(MAKE) clean -C src/
|
||||||
|
|
|
@ -59,6 +59,7 @@ int about(char * spaceId){
|
||||||
// zut, il y a soit une erreur
|
// zut, il y a soit une erreur
|
||||||
NZG_ERROR("spaceListFindId : error ",spaceId);
|
NZG_ERROR("spaceListFindId : error ",spaceId);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
// on quitte : l'element n'existe
|
// on quitte : l'element n'existe
|
||||||
fprintf(stderr,"Ident %s does not exist.\n",spaceId);
|
fprintf(stderr,"Ident %s does not exist.\n",spaceId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue