1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix NSTRACE failure

* src/nsterm.m ([EmacsSurface getContext]): Remove unneeded '@' symbol.
This commit is contained in:
Alan Third 2021-04-01 23:23:19 +01:00
parent 4e1f92feb3
commit 40842f67af

View File

@ -9790,7 +9790,7 @@ - (CGContextRef) getContext
IOSurfaceRef surface = NULL;
NSTRACE ("[EmacsSurface getContextWithSize:]");
NSTRACE_MSG (@"IOSurface count: %lu", [cache count] + (lastSurface ? 1 : 0));
NSTRACE_MSG ("IOSurface count: %lu", [cache count] + (lastSurface ? 1 : 0));
for (id object in cache)
{