summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frload.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/frload.C')
-rw-r--r--tksao/frame/frload.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/frload.C b/tksao/frame/frload.C
index 8645a9d..352bccf 100644
--- a/tksao/frame/frload.C
+++ b/tksao/frame/frload.C
@@ -695,7 +695,7 @@ void Base::loadMosaicImageWFPC2SocketGZCmd(int s, const char* fn)
{
unloadFits();
FitsImage* img = new FitsImageFitsSocketGZ(currentContext, interp,
- s, fn, FitsFile::NOFLUSH, 1);
+ s, fn, FitsFile::NOFLUSH, 1);
loadDone(currentContext->loadMosaicWFPC2(SOCKETGZ, fn, img), IMG);
}