wineps.drv: Write-strings warnings fix and declare function static.

This commit is contained in:
Andrew Talbot 2006-08-15 21:20:15 +01:00 committed by Alexandre Julliard
parent 318d92b46c
commit 398098ab32
1 changed files with 1 additions and 2 deletions

View File

@ -231,8 +231,7 @@ DWORD PSDRV_WriteSpool(PSDRV_PDEVICE *physDev, LPCSTR lpData, DWORD cch)
}
INT PSDRV_WriteFeature(HANDLE16 hJob, char *feature, char *value,
char *invocation)
static INT PSDRV_WriteFeature(HANDLE16 hJob, LPCSTR feature, LPCSTR value, LPSTR invocation)
{
char *buf = HeapAlloc( PSDRV_Heap, 0, sizeof(psbeginfeature) +