]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xfns.c (x-display-monitor-attributes-list) Fix typo.
authorAlexander Gramiak <agrambot@gmail.com>
Sun, 7 Apr 2019 18:53:41 +0000 (12:53 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Sun, 7 Apr 2019 18:56:14 +0000 (12:56 -0600)
src/xfns.c

index 9a25b00b20e8fdfb192c08057c16f70fd1f0a07a..13f66f07183a47ae787d313f1e1ab82779ae7b3a 100644 (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 */