summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouserc_parse.l
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mouse/mouserc_parse.l')
-rw-r--r--plugins/mouse/mouserc_parse.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/mouserc_parse.l b/plugins/mouse/mouserc_parse.l
index a72a9d20..79e96e3e 100644
--- a/plugins/mouse/mouserc_parse.l
+++ b/plugins/mouse/mouserc_parse.l
@@ -25,7 +25,7 @@ white [ \t]*
%%
-^{white}\#.*\n lineno++;
+^{white}#.*\n lineno++;
{field} gotfield();
\n endofline();
[ \t]