summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-08 00:04:11 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-08 00:04:11 +0000
commitdc929aa99d52022b2229f4658d759931527c1588 (patch)
tree935254785c28362d6d43f1ce609309a0cd27d183 /src/termhooks.h
parent6ee9061cfdcde5e2def20f743fadf5e68eae11df (diff)
downloademacs-dc929aa99d52022b2229f4658d759931527c1588.tar.gz
(enum scroll_bar_part): Delete extra comma.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 4e33fbe9d44..4787e245493 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -61,7 +61,7 @@ enum scroll_bar_part {
scroll_bar_handle,
scroll_bar_below_handle,
scroll_bar_up_arrow,
- scroll_bar_down_arrow,
+ scroll_bar_down_arrow
};
/* Return the current position of the mouse.