Can I go back to bed now?

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3358 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-08-29 17:51:13 +00:00
parent 5a5f38dbfc
commit 222529619e
1 changed files with 1 additions and 1 deletions

View File

@ -2529,7 +2529,7 @@ void QCC_PR_Lex (void)
// character is reached
if ( c == '~' || c == '%') //let's see which one we make into an operator first... possibly both...
{
QCC_PR_ParseWarning(0, "~ or % prefixes to denote integers are deprecated. Please use a postfix of 'i'");
QCC_PR_ParseWarning(0, "~ or %% prefixes to denote integers are deprecated. Please use a postfix of 'i'");
pr_file_p++;
pr_token_type = tt_immediate;
pr_immediate_type = type_integer;