Skip to content
Snippets Groups Projects
Commit 7f79f571 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove untrue /*NOTREACHED*/: return 0 on EOF from stdin

parent 69a93a05
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,8 @@ main( int argc, char **argv )
printf( "> " );
}
/* NOTREACHED */
return( 0 );
}
static void ravl_print( Avlnode *root, int depth )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment