mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Remove untrue /*NOTREACHED*/: return 0 on EOF from stdin
This commit is contained in:
parent
69a93a0582
commit
7f79f57167
@ -77,7 +77,8 @@ main( int argc, char **argv )
|
|||||||
|
|
||||||
printf( "> " );
|
printf( "> " );
|
||||||
}
|
}
|
||||||
/* NOTREACHED */
|
|
||||||
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ravl_print( Avlnode *root, int depth )
|
static void ravl_print( Avlnode *root, int depth )
|
||||||
|
Loading…
Reference in New Issue
Block a user