1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r23433: remove superfluous semicolon.

This commit is contained in:
Michael Adam 2007-06-12 12:01:52 +00:00 committed by Gerald (Jerry) Carter
parent 4025cbc202
commit b8269f4543

View File

@ -90,7 +90,7 @@ static WERROR open_registry_key( pipes_struct *p, POLICY_HND *hnd,
return WERR_BADFILE;
}
return WERR_OK;;
return WERR_OK;
}
/*******************************************************************