commit c8bde57d537f682e71aaaf80c509805d3c06be84
parent ebc38fd1068cd52bbd5a79c2fea51c5a54fcdefc
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 28 Jun 2007 16:38:00 +0000
fix minor breakage
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4115 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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 */