From 4ef6976c58a0ca895fb23c490b1f8c55def83923 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2005 23:30:47 +0000 Subject: r5547: Fix compile warning. Guenther (This used to be commit a5e215650e09f087f8aede96475bd26649aa244e) --- source3/utils/net_rpc_printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_rpc_printer.c') diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c index 8fc65b3877..4b53dec36e 100644 --- a/source3/utils/net_rpc_printer.c +++ b/source3/utils/net_rpc_printer.c @@ -234,7 +234,7 @@ static void display_print_driver_3(DRIVER_INFO_3 *i1) } -static void display_reg_value(pstring subkey, REGISTRY_VALUE value) +static void display_reg_value(const char *subkey, REGISTRY_VALUE value) { pstring text; -- cgit