more '\n' business
From /dev/humancontroller.
This commit is contained in:
parent
4cfbbe506c
commit
945f01d4af
12 changed files with 59 additions and 59 deletions
|
@ -300,7 +300,7 @@ itemconfig_t *LoadItemConfig(char *filename)
|
|||
{
|
||||
if (ic->numiteminfo >= max_iteminfo)
|
||||
{
|
||||
SourceError(source, "more than %d item info defined\n", max_iteminfo);
|
||||
SourceError(source, "more than %d item info defined", max_iteminfo);
|
||||
FreeMemory(ic);
|
||||
FreeSource(source);
|
||||
return NULL;
|
||||
|
@ -326,7 +326,7 @@ itemconfig_t *LoadItemConfig(char *filename)
|
|||
} //end if
|
||||
else
|
||||
{
|
||||
SourceError(source, "unknown definition %s\n", token.string);
|
||||
SourceError(source, "unknown definition %s", token.string);
|
||||
FreeMemory(ic);
|
||||
FreeSource(source);
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue