]> git.wh0rd.org Git - nano.git/commitdiff
fix minor breakage
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 28 Jun 2007 16:38:00 +0000 (16:38 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 28 Jun 2007 16:38:00 +0000 (16:38 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4115 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 9569f060179db9e797d7c76aa46f89337237e6b5..b329f5c574ffa13360f7a1d15a6cb150566d6ce6 100644 (file)
@@ -1775,9 +1775,9 @@ int get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts)
            return 2;
     }
 #endif
-    else
-       /* Ignore all other mouse events. */
-       return 2;
+
+    /* Ignore all other mouse events. */
+    return 2;
 }
 #endif /* !DISABLE_MOUSE */