* 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

View file

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