wineps.drv: Print the commands in decimal.

This commit is contained in:
André Hentschel 2011-10-10 20:11:49 +02:00 committed by Alexandre Julliard
parent 4899eeb15b
commit ef5f3c1676
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ INT PSDRV_ExtEscape( PHYSDEV dev, INT nEscape, INT cbInput, LPCVOID in_data,
}
}
default:
FIXME("Unimplemented code 0x%x\n", nEscape);
FIXME("Unimplemented code %d\n", nEscape);
return 0;
}
}