r1040: make sure main() doesn't get auto-prototyped
authorAndrew Tridgell <tridge@samba.org>
Sun, 6 Jun 2004 07:10:58 +0000 (07:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:33 +0000 (12:56 -0500)
(This used to be commit 7c2279e4bc631d88e402ac82c6c17fb811785394)

source4/lib/registry/tools/regdiff.c

index b599a54c2e39f9ded2f9e59b190e370c432279a7..c46411ae319b4508bd41286cc159e555c572d3cb 100644 (file)
@@ -91,7 +91,7 @@ static void writediff(REG_KEY *oldkey, REG_KEY *newkey, FILE *out)
        }
 }
 
-int main(int argc, char **argv)
+ int main(int argc, char **argv)
 {
        int opt;
        poptContext pc;