From: David Lawrence Ramsey Date: Thu, 28 Jun 2007 16:38:00 +0000 (+0000) Subject: fix minor breakage X-Git-Tag: v2.0.7~85 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=44ed408e36b8396a9393ec8dbce9f4ae3039f93d;p=nano.git fix minor breakage git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4115 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index 9569f060..b329f5c5 100644 --- a/src/winio.c +++ b/src/winio.c @@ -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 */