diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sound.c | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sound.c b/src/sound.c index 44d4cbc6d56..60bf530564f 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -1115,7 +1115,7 @@ alsa_write (struct sound_device *sd, const char *buffer, ptrdiff_t nbytes) | |||
| 1115 | { | 1115 | { |
| 1116 | struct alsa_params *p = (struct alsa_params *) sd->data; | 1116 | struct alsa_params *p = (struct alsa_params *) sd->data; |
| 1117 | 1117 | ||
| 1118 | /* The the third parameter to snd_pcm_writei is frames, not bytes. */ | 1118 | /* The third parameter to snd_pcm_writei is frames, not bytes. */ |
| 1119 | int fact = snd_pcm_format_size (sd->format, 1) * sd->channels; | 1119 | int fact = snd_pcm_format_size (sd->format, 1) * sd->channels; |
| 1120 | ptrdiff_t nwritten = 0; | 1120 | ptrdiff_t nwritten = 0; |
| 1121 | int err; | 1121 | int err; |
diff --git a/src/xdisp.c b/src/xdisp.c index 8cbda08efc5..987c760c743 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -21697,7 +21697,7 @@ extend_face_to_end_of_line (struct it *it) | |||
| 21697 | memset (&it->position, 0, sizeof it->position); | 21697 | memset (&it->position, 0, sizeof it->position); |
| 21698 | 21698 | ||
| 21699 | /* Only generate a stretch glyph if there is distance | 21699 | /* Only generate a stretch glyph if there is distance |
| 21700 | between current_x and and the indicator position. */ | 21700 | between current_x and the indicator position. */ |
| 21701 | if (stretch_width > 0) | 21701 | if (stretch_width > 0) |
| 21702 | { | 21702 | { |
| 21703 | int stretch_ascent = (((it->ascent + it->descent) | 21703 | int stretch_ascent = (((it->ascent + it->descent) |