aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-02-29 02:10:45 +0000
committerStefan Monnier <[email protected]>2008-02-29 02:10:45 +0000
commit10cbc34ff812bbfd8abf174a6e88eb306114fa57 (patch)
tree0e6f0c69c6ad39071d566c914eca50af530c2657 /src/xdisp.c
parentedd81bc836e703488be57bca416e8316747c964c (diff)
(get_overlay_strings_1): Fix typo.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index c6b731c1ee..209511a08b 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -5091,7 +5091,7 @@ static int
get_overlay_strings_1 (it, charpos, compute_stop_p)
struct it *it;
int charpos;
- int compute_stop_p
+ int compute_stop_p;
{
/* Get the first OVERLAY_STRING_CHUNK_SIZE overlay strings to
process. This fills IT->overlay_strings with strings, and sets