summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regpatch.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-04 13:18:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:44 -0500
commit6a8355a6282563e3198c05dd6eb82107e449682c (patch)
treec343d58d690e78e7d4c539114c92fc3344e2a258 /source4/lib/registry/tools/regpatch.c
parent1b3bbc7d440d61e0780fdb0b2493dd4ab9bd3f59 (diff)
downloadsamba-6a8355a6282563e3198c05dd6eb82107e449682c.tar.gz
samba-6a8355a6282563e3198c05dd6eb82107e449682c.tar.bz2
samba-6a8355a6282563e3198c05dd6eb82107e449682c.zip
r467: hopefully get the buildfarm compiling fine now...
metze (This used to be commit d15f0e18bb43608c611cfe78fc79db9ee10e1eb2)
Diffstat (limited to 'source4/lib/registry/tools/regpatch.c')
-rw-r--r--source4/lib/registry/tools/regpatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c
index e632edaa49..d4b036afe9 100644
--- a/source4/lib/registry/tools/regpatch.c
+++ b/source4/lib/registry/tools/regpatch.c
@@ -752,7 +752,7 @@ int nt_apply_reg_command_file(REG_KEY *root, const char *cmd_file_name)
return modified;
}
-int main (int argc, char **argv)
+ int main(int argc, char **argv)
{
int opt;
poptContext pc;