diff options
author | culler <culler> | 2020-11-01 17:21:54 (GMT) |
---|---|---|
committer | culler <culler> | 2020-11-01 17:21:54 (GMT) |
commit | 45b8ba36ca2f92d6dca1afec14580ec2755188ce (patch) | |
tree | 4c6a90ed9ae432b8d091392710cc634d9a29eac4 /macosx/tkMacOSXInit.c | |
parent | df042e0afd8158c643945ca8c92dc0718c65c3d0 (diff) | |
download | tk-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.c | 2 |
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. |