Index: includes/menu.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/menu.inc,v
retrieving revision 1.202
diff -u -p -r1.202 menu.inc
--- includes/menu.inc	29 Aug 2007 20:46:18 -0000	1.202
+++ includes/menu.inc	2 Sep 2007 23:54:16 -0000
@@ -1668,7 +1668,7 @@ function menu_link_save(&$item) {
  *  A path from $menu keys or empty if $link_path points to a nonexisting
  *  place.
  */
- function _menu_find_router_path($menu, $link_path) {
+function _menu_find_router_path($menu, $link_path) {
   $parts = explode('/', $link_path, MENU_MAX_PARTS);
   $router_path = $link_path;
   if (!isset($menu[$router_path])) {
