* fixed missing string for error output

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/1.5@314 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn 2008-08-25 12:32:29 +00:00
parent 34844894df
commit 58f2e361fc
1 changed files with 7 additions and 7 deletions

View File

@ -659,7 +659,7 @@ static void ASE_KeyMESH_TVERTLIST( const char *token )
}
else
{
Error( "Unknown token '%s' while parsing MESH_TVERTLIST" );
Error( "Unknown token '%s' while parsing MESH_TVERTLIST", token );
}
}