cosmetics

This commit is contained in:
Werner Lemberg 2006-11-22 09:37:03 +00:00
parent 82ee38e585
commit 2bad8ffbdf
1 changed files with 1 additions and 1 deletions

View File

@ -6721,7 +6721,7 @@
/* Are we hinting for grayscale? */
if ( ( args[0] & 32 ) != 0 && CUR.grayscale )
K |= (1 << 12);
K |= 1 << 12;
args[0] = K;
}