; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.
This commit is contained in:
parent
6dfe231c31
commit
7b78857c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue