diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 9a25b00b20e..13f66f07183 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -5044,7 +5044,7 @@ Internal use only, use `display-monitor-attributes-list' instead. */) | |||
| 5044 | #if GTK_CHECK_VERSION (2, 14, 0) | 5044 | #if GTK_CHECK_VERSION (2, 14, 0) |
| 5045 | free_monitors (monitors, n_monitors); | 5045 | free_monitors (monitors, n_monitors); |
| 5046 | #else | 5046 | #else |
| 5047 | xfree (monitors) | 5047 | xfree (monitors); |
| 5048 | #endif | 5048 | #endif |
| 5049 | unblock_input (); | 5049 | unblock_input (); |
| 5050 | #else /* not USE_GTK */ | 5050 | #else /* not USE_GTK */ |