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:
parent
d4034d796f
commit
6e1c478082
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user