From: Alexander Gramiak Date: Sun, 7 Apr 2019 18:53:41 +0000 (-0600) Subject: ; * src/xfns.c (x-display-monitor-attributes-list) Fix typo. X-Git-Tag: emacs-27.0.90~3261^2~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b78857c0ba69eafd780484641b858ae8a167044;p=emacs.git ; * src/xfns.c (x-display-monitor-attributes-list) Fix typo. --- 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 */