summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSysTray.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-10-12 01:34:57 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-10-12 01:34:57 (GMT)
commitb702ba89a394de8668091f7442e4b08da0e94dcb (patch)
tree24f82ac90bc11798fc08fa3672833be464719772 /macosx/tkMacOSXSysTray.c
parent4057120bb20bac23d00b670a51d5547269520588 (diff)
downloadtk-b702ba89a394de8668091f7442e4b08da0e94dcb.zip
tk-b702ba89a394de8668091f7442e4b08da0e94dcb.tar.gz
tk-b702ba89a394de8668091f7442e4b08da0e94dcb.tar.bz2
Remove and refactor some irrelevant code
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 21e126e..b0021d0 100644
--- a/macosx/tkMacOSXSysTray.c
+++ b/macosx/tkMacOSXSysTray.c
@@ -200,7 +200,7 @@ MacSystrayObjCmd(
int objc,
Tcl_Obj *const *objv)
{
- Tk_Image tk_image;
+ Tk_Image tk_image;
TkSizeT length;
const char *arg = TkGetStringFromObj(objv[1], &length);
if ((strncmp(arg, "create", length) == 0) && (length >= 2)) {