1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r5547: Fix compile warning.

Guenther
This commit is contained in:
Günther Deschner 2005-02-24 23:30:47 +00:00 committed by Gerald (Jerry) Carter
parent 67552103ee
commit a5e215650e

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;