; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.

This commit is contained in:
Alexander Gramiak 2019-04-07 12:53:41 -06:00
parent 6dfe231c31
commit 7b78857c0b

View file

@ -5044,7 +5044,7 @@ Internal use only, use `display-monitor-attributes-list' instead. */)
#if GTK_CHECK_VERSION (2, 14, 0)
free_monitors (monitors, n_monitors);
#else
xfree (monitors)
xfree (monitors);
#endif
unblock_input ();
#else /* not USE_GTK */