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:
parent
4e1f92feb3
commit
40842f67af
@ -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…
Reference in New Issue
Block a user