Fix NSTRACE failure
* src/nsterm.m ([EmacsSurface getContext]): Remove unneeded '@' symbol.
This commit is contained in:
parent
4e1f92feb3
commit
40842f67af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue