mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 22:34:08 -05:00
Remove untrue /*NOTREACHED*/: return 0 on EOF from stdin
This commit is contained in:
parent
69a93a0582
commit
7f79f57167
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ main( int argc, char **argv )
|
|||
|
||||
printf( "> " );
|
||||
}
|
||||
/* NOTREACHED */
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
static void ravl_print( Avlnode *root, int depth )
|
||||
|
|
|
|||
Loading…
Reference in a new issue