summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSysTray.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-08-04 16:00:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-08-04 16:00:01 (GMT)
commitcd6990c42bb8b127221d2f944641542af9edf855 (patch)
treef00aee4fab91d25a8892651e4f877a440a541855 /macosx/tkMacOSXSysTray.c
parent0e0c9436ad18a4a0c7bb0e69c1d0e9ed9056538a (diff)
downloadtk-cd6990c42bb8b127221d2f944641542af9edf855.zip
tk-cd6990c42bb8b127221d2f944641542af9edf855.tar.gz
tk-cd6990c42bb8b127221d2f944641542af9edf855.tar.bz2
eol-spacing
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,