1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r5547: Fix compile warning.

Guenther
(This used to be commit a5e215650e09f087f8aede96475bd26649aa244e)
This commit is contained in:
Günther Deschner 2005-02-24 23:30:47 +00:00 committed by Gerald (Jerry) Carter
parent 4b03bd3b18
commit 4ef6976c58

View File

@ -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;