diff options
author | Alexander Gramiak <agrambot@gmail.com> | 2019-04-07 12:53:41 -0600 |
---|---|---|
committer | Alexander Gramiak <agrambot@gmail.com> | 2019-04-07 12:56:14 -0600 |
commit | 7b78857c0ba69eafd780484641b858ae8a167044 (patch) | |
tree | e8dce7a158f73ae53a18865502e22474b00e36ec /src/xfns.c | |
parent | 6dfe231c3197971fc0cdddcc1299200da80f3729 (diff) | |
download | emacs-7b78857c0ba69eafd780484641b858ae8a167044.tar.gz |
; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.
Diffstat (limited to 'src/xfns.c')
-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. */) #if GTK_CHECK_VERSION (2, 14, 0) free_monitors (monitors, n_monitors); #else - xfree (monitors) + xfree (monitors); #endif unblock_input (); #else /* not USE_GTK */ |