summaryrefslogtreecommitdiff
path: root/src/ui/inputwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/inputwidget.c')
-rw-r--r--src/ui/inputwidget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c
index 6246078e..7786cf22 100644
--- a/src/ui/inputwidget.c
+++ b/src/ui/inputwidget.c
@@ -776,6 +776,7 @@ static iRangei visibleLineRange_InputWidget_(const iInputWidget *d) {
776 } 776 }
777 else break; 777 else break;
778 } 778 }
779 iAssert(isEmpty_Range(&vis) || (vis.start >= 0 && vis.end >= vis.start));
779 return vis; 780 return vis;
780} 781}
781 782