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
commit81143d5c149f046a769e9e6a37c982537180ac03 (patch)
treeb3417813a23c544714cecfce2e420fab02f15888 /src/termhooks.h
parentab5abfde23b9217b7f28db9912799459b18f152a (diff)
downloademacs-81143d5c149f046a769e9e6a37c982537180ac03.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.