Commit 972826b2 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winspool.drv: Cast-qual warning fix + make function static.

parent 8fcd1107
...@@ -383,7 +383,7 @@ WINSPOOL_SetDefaultPrinter(const char *devname, const char *name,BOOL force) { ...@@ -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; DRIVER_INFO_3A di3a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment