diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-12-29 21:15:33 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-12-29 21:15:33 (GMT) |
commit | 1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2 (patch) | |
tree | b177c3aea9e4c15d67e8ceacfce6ed48344bcd60 /ds9 | |
parent | ed5691f9eeb6a449560f1f280c920d126ed50bac (diff) | |
download | blt-1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2.zip blt-1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2.tar.gz blt-1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2.tar.bz2 |
update TEA 3.13
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/win/ds9.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/win/ds9.C b/ds9/win/ds9.C index 4fa228a..f66d1f7 100644 --- a/ds9/win/ds9.C +++ b/ds9/win/ds9.C @@ -241,8 +241,8 @@ int SAOAppInit(Tcl_Interp *interp) // Tkwin32 if (Tkwin32_Init(interp) == TCL_ERROR) return TCL_ERROR; - Tcl_StaticPackage (interp, "tkwin32", Tkwin32_Init, - (Tcl_PackageInitProc*)NULL); + Tcl_StaticPackage (interp, "tkwin32", Tkwin32_Init, + (Tcl_PackageInitProc*)NULL); return TCL_OK; } |