summaryrefslogtreecommitdiffstats
path: root/ds9/win
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 21:15:33 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-12-29 21:15:33 (GMT)
commit1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2 (patch)
treeb177c3aea9e4c15d67e8ceacfce6ed48344bcd60 /ds9/win
parented5691f9eeb6a449560f1f280c920d126ed50bac (diff)
downloadblt-1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2.zip
blt-1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2.tar.gz
blt-1295ee6b29f1efb1a3b93bbb5dbd1501a05436b2.tar.bz2
update TEA 3.13
Diffstat (limited to 'ds9/win')
-rw-r--r--ds9/win/ds9.C4
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;
}