summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSysTray.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXSysTray.c')
-rw-r--r--macosx/tkMacOSXSysTray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSysTray.c b/macosx/tkMacOSXSysTray.c
index e708b97..c2e347f 100644
--- a/macosx/tkMacOSXSysTray.c
+++ b/macosx/tkMacOSXSysTray.c
@@ -439,7 +439,7 @@ static int SysNotifyObjCmd(
NSDictionary *errorInfo;
NSAppleEventDescriptor *result = [scpt executeAndReturnError:&errorInfo];
NSString *info = [result stringValue];
- const char* output = [info UTF8String];
+ const char* output = [info UTF8String];
Tcl_AppendResult(interp,
output,