mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
winspool.drv: Cast-qual warning fix + make function static.
This commit is contained in:
parent
8fcd1107bb
commit
972826b267
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ WINSPOOL_SetDefaultPrinter(const char *devname, const char *name,BOOL force) {
|
|||
}
|
||||
}
|
||||
|
||||
BOOL add_printer_driver(const char *name)
|
||||
static BOOL add_printer_driver(char *name)
|
||||
{
|
||||
DRIVER_INFO_3A di3a;
|
||||
|
||||
|
|
Loading…
Reference in a new issue