diff options
author | Kevin Walzer <kw@codebykevin.com> | 2019-03-16 02:09:10 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2019-03-16 02:09:10 (GMT) |
commit | 9f8cadd7e0d5026ea41713194d1871922186d009 (patch) | |
tree | 7d81dc1d02a30649b4e14028342dc21bc83a3ccb | |
parent | f56def12413b4e64d7208e14287fc2dc7c455d85 (diff) | |
download | tk-9f8cadd7e0d5026ea41713194d1871922186d009.zip tk-9f8cadd7e0d5026ea41713194d1871922186d009.tar.gz tk-9f8cadd7e0d5026ea41713194d1871922186d009.tar.bz2 |
Fix comment
-rw-r--r-- | macosx/tkMacOSXServices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXServices.c b/macosx/tkMacOSXServices.c index 1f053ca..2bd87fb 100644 --- a/macosx/tkMacOSXServices.c +++ b/macosx/tkMacOSXServices.c @@ -175,7 +175,7 @@ int TkMacOSXRegisterServiceWidgetObjCmd (ClientData cd, Tcl_Interp *ip, int objc }
-//initalize the package in the tcl interpreter, create tcl commands
+/*Initalize the package in the tcl interpreter, create tcl commands.*/
int Tk_MacOSXServices_Init (Tcl_Interp *interp) {
/* Set up an autorelease pool. */
|