summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorculler <culler>2020-11-01 17:21:54 (GMT)
committerculler <culler>2020-11-01 17:21:54 (GMT)
commit45b8ba36ca2f92d6dca1afec14580ec2755188ce (patch)
tree4c6a90ed9ae432b8d091392710cc634d9a29eac4 /macosx/tkMacOSXInit.c
parentdf042e0afd8158c643945ca8c92dc0718c65c3d0 (diff)
downloadtk-45b8ba36ca2f92d6dca1afec14580ec2755188ce.zip
tk-45b8ba36ca2f92d6dca1afec14580ec2755188ce.tar.gz
tk-45b8ba36ca2f92d6dca1afec14580ec2755188ce.tar.bz2
Remove an incorrect indirection and two unnecessary qualifiers.
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index 1298af5..da2ea61 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -97,7 +97,7 @@ static int TkMacOSXGetAppPathCmd(ClientData cd, Tcl_Interp *ip,
(void)aNotification;
CFURLRef mainBundleURL;
OSStatus errorCode;
- SecStaticCodeRef *staticCode = nil;
+ SecStaticCodeRef staticCode = nil;
/*
* Initialize notifications.