winspool.drv/tests: Write-strings warnings fix.
This commit is contained in:
parent
320da90632
commit
4b792c6d56
|
@ -42,7 +42,7 @@ static FARPROC pSetDefaultPrinterA;
|
|||
|
||||
struct monitor_entry {
|
||||
LPSTR env;
|
||||
LPSTR dllname;
|
||||
CHAR dllname[32];
|
||||
};
|
||||
|
||||
/* report common behavior only once */
|
||||
|
|
Loading…
Reference in New Issue