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)
{