- Silence debug output.

svn path=/trunk/; revision=38468
This commit is contained in:
Aleksey Bragin 2008-12-30 10:32:23 +00:00
parent 3241a12ecb
commit bd0cab21cc

View file

@ -56,7 +56,7 @@ IntGdiGetLanguageID()
}
ZwClose(KeyHandle);
}
DPRINT1("Language ID = %x\n",Ret);
DPRINT("Language ID = %x\n",Ret);
return (SHORT) Ret;
}