summaryrefslogtreecommitdiffstats
path: root/src/gui_athena.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_athena.c')
-rw-r--r--src/gui_athena.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_athena.c b/src/gui_athena.c
index f4aafcd94e..4da832b220 100644
--- a/src/gui_athena.c
+++ b/src/gui_athena.c
@@ -216,7 +216,7 @@ gui_athena_scroll_cb_scroll(
else if (value < 0)
value = 0;
- // Update the bottom scrollbar an extra time (why is this needed??
+ // Update the bottom scrollbar an extra time (why is this needed??)
if (sb->wp == NULL) // Bottom scrollbar
gui_mch_set_scrollbar_thumb(sb, value, sb->size, sb->max);