[lib] Remove bare routes in route_types: fix mistake in commmit

2006-06-27 Paul Jakma <paul.jakma@sun.com>

	* route_types.awk: Fix previous commit. Forgot to remove the
	  printf of the bare/numeric route-type help string (empty string)
diff --git a/lib/route_types.awk b/lib/route_types.awk
index 72f3664..eb3d382 100644
--- a/lib/route_types.awk
+++ b/lib/route_types.awk
@@ -174,9 +174,7 @@
 		printf(redist_str_fmt, rstr);
 		printf(redist_help_def_fmt, toupper(daemon));
 		printf("%s", hstr);
-		printf(redist_help_str_fmt, redist_bare_help);
-		print("\n");
-		
+		printf("\n\n");
 	}
 	
 	#printf("#define QUAGGA_REDIST_STR_ALL %s\n",all);