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

main() needs to be indented to make sure it doesn't generate a

prototype
(This used to be commit fdfde9b84cf825d84316344fea5af43a9b8ebcc9)
This commit is contained in:
Andrew Tridgell 2002-04-24 09:51:14 +00:00
parent d4034d796f
commit 6e1c478082

View File

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