aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSBezierPath+CGPath.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMNSBezierPath+CGPath.m')
-rw-r--r--AppKit/GTMNSBezierPath+CGPath.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppKit/GTMNSBezierPath+CGPath.m b/AppKit/GTMNSBezierPath+CGPath.m
index 3bc6de9..656a139 100644
--- a/AppKit/GTMNSBezierPath+CGPath.m
+++ b/AppKit/GTMNSBezierPath+CGPath.m
@@ -58,9 +58,9 @@
case NSClosePathBezierPathElement:
CGPathCloseSubpath(thePath);
break;
- default:
+ default: // COV_NF_START
_GTMDevLog(@"Unknown element at [NSBezierPath (GTMBezierPathCGPathAdditions) cgPath]");
- break;
+ break; // COV_NF_END
};
}
return thePath;