Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit a7718b5

Browse files
committed
[Issue #19] Fixing completion scope for CheckError
1 parent dc6fd90 commit a7718b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkerror.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Platform: All
66
// Language: C
7-
// Completion Scope: Class Implementation
7+
// Completion Scope: Code Expression, Function or Method
88

99
static void CheckError(OSStatus error, const char *operation) {
1010
if (error == noErr) {

0 commit comments

Comments
 (0)