Bustage fix; oops

This commit is contained in:
sharparrow1%yahoo.com 2006-02-27 06:14:25 +00:00
parent 35f936ecec
commit 67ecf34af4

View File

@ -835,7 +835,7 @@ public:
// Helpers for places that need the ends of the offsets and expect them in
// numerical order, as opposed to wanting the primary and secondary offsets
PRInt32 StartOffset() { return PR_MIN(offset, secondaryOffset); }
PRInt32 EndOffset() { return PR_MAX(offset, secondaryOffset; }
PRInt32 EndOffset() { return PR_MAX(offset, secondaryOffset); }
// This boolean indicates whether the associated content is before or after
// the offset; the most visible use is to allow the caret to know which line
// to display on.