Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2aeabd26
Commit
2aeabd26
authored
Apr 17, 2007
by
Simon Marlow
Browse files
remove extraneous "+1"; column numbers start at zero
parent
384dc99e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/deSugar/Coverage.lhs
View file @
2aeabd26
...
...
@@ -553,7 +553,7 @@ mkHpcPos pos
start = srcSpanStart pos
end = srcSpanEnd pos
hpcPos = toHpcPos ( srcLocLine start
, srcLocCol start
+ 1
, srcLocCol start
, srcLocLine end
, srcLocCol end
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment