aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Third2021-04-01 23:23:19 +0100
committerAlan Third2021-04-03 23:07:01 +0100
commit40842f67afb2931de6789237a49570f99b70404f (patch)
treeb31428a180f4393401e314326e318846b37cac8e /src
parent4e1f92feb3a861f93b7a285715d03be930b41b91 (diff)
downloademacs-40842f67afb2931de6789237a49570f99b70404f.tar.gz
emacs-40842f67afb2931de6789237a49570f99b70404f.zip
Fix NSTRACE failure
* src/nsterm.m ([EmacsSurface getContext]): Remove unneeded '@' symbol.
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index bf175bbd188..a6501100ca9 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -9790,7 +9790,7 @@ nswindow_orderedIndex_sort (id w1, id w2, void *c)
9790 IOSurfaceRef surface = NULL; 9790 IOSurfaceRef surface = NULL;
9791 9791
9792 NSTRACE ("[EmacsSurface getContextWithSize:]"); 9792 NSTRACE ("[EmacsSurface getContextWithSize:]");
9793 NSTRACE_MSG (@"IOSurface count: %lu", [cache count] + (lastSurface ? 1 : 0)); 9793 NSTRACE_MSG ("IOSurface count: %lu", [cache count] + (lastSurface ? 1 : 0));
9794 9794
9795 for (id object in cache) 9795 for (id object in cache)
9796 { 9796 {