mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
shm: fix badly indented function return type
This commit is contained in:
parent
b59d695b2b
commit
85cdc66ff2
1 changed files with 1 additions and 1 deletions
2
shm.c
2
shm.c
|
|
@ -655,7 +655,7 @@ shm_scroll(struct wl_shm *shm, struct buffer *buf, int rows,
|
|||
: shm_scroll_reverse(shm, buf, -rows, top_margin, top_keep_rows, bottom_margin, bottom_keep_rows);
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
shm_purge(struct wl_shm *shm, unsigned long cookie)
|
||||
{
|
||||
LOG_DBG("cookie=%lx: purging all buffers", cookie);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue