Commit c8bde57d authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix minor breakage

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4115 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment