main() needs to be indented to make sure it doesn't generate a
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 Apr 2002 09:51:14 +0000 (09:51 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 24 Apr 2002 09:51:14 +0000 (09:51 +0000)
prototype
(This used to be commit fdfde9b84cf825d84316344fea5af43a9b8ebcc9)

source3/nsswitch/winbindd.c

index b198b4a163272396755a2effc8575174fccc044e..2c88d11cae347a044985997d5151a5d14ecf5bc9 100644 (file)
@@ -739,7 +739,7 @@ static void usage(void)
        printf("\t-h                show this help message\n");
 }
 
-int main(int argc, char **argv)
+ int main(int argc, char **argv)
 {
        extern BOOL AllowDebugChange;
        extern pstring global_myname;