summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index a925def2f..cabee59aa 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -2998,7 +2998,7 @@ mouse_comp_pos(win, rowp, colp, lnump)
if (col < 0)
{
#ifdef FEAT_NETBEANS_INTG
- netbeans_gutter_click(lnum);
+ netbeans_gutter_click(lnum);
#endif
col = 0;
}