fix braces
parent
1849b1e69b
commit
95ba837bda
|
@ -48,8 +48,7 @@ bool ValidateAccess( User *user, int mon_id ) {
|
||||||
return( allowed );
|
return( allowed );
|
||||||
}
|
}
|
||||||
|
|
||||||
int main( int argc, const char *argv[] )
|
int main( int argc, const char *argv[] ) {
|
||||||
{
|
|
||||||
self = argv[0];
|
self = argv[0];
|
||||||
|
|
||||||
srand( getpid() * time( 0 ) );
|
srand( getpid() * time( 0 ) );
|
||||||
|
|
Loading…
Reference in New Issue