diff options
Diffstat (limited to 'src/fringe.c')
| -rw-r--r-- | src/fringe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 0642de5f772..181e613ce55 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -1813,7 +1813,7 @@ init_fringe (void) | |||
| 1813 | 1813 | ||
| 1814 | fringe_bitmaps = xzalloc (max_fringe_bitmaps * sizeof *fringe_bitmaps); | 1814 | fringe_bitmaps = xzalloc (max_fringe_bitmaps * sizeof *fringe_bitmaps); |
| 1815 | 1815 | ||
| 1816 | verify (NIL_IS_ZERO); | 1816 | static_assert (NIL_IS_ZERO); |
| 1817 | fringe_faces = xzalloc (max_fringe_bitmaps * sizeof *fringe_faces); | 1817 | fringe_faces = xzalloc (max_fringe_bitmaps * sizeof *fringe_faces); |
| 1818 | } | 1818 | } |
| 1819 | 1819 | ||