summaryrefslogtreecommitdiff
path: root/spectro/instappsup.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectro/instappsup.c')
-rwxr-xr-x[-rw-r--r--]spectro/instappsup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/spectro/instappsup.c b/spectro/instappsup.c
index fc550b4..6c3dd68 100644..100755
--- a/spectro/instappsup.c
+++ b/spectro/instappsup.c
@@ -27,6 +27,7 @@
#include "sa_config.h"
#endif /* !SALONEINSTLIB */
#include "numsup.h"
+#include "cgats.h"
#include "xspect.h"
#include "conv.h"
#include "insttypes.h"
@@ -504,7 +505,7 @@ inst2_capability inst_show_disptype_options(FILE *fp, char *oline, icompaths *ic
strcat(extra, "]");
}
- fprintf(fp, "%s%s: %s%s\n",buf, inst_sname(it->itype), sels[j].desc, extra);
+ fprintf(fp, "%s%s: %s%s\n",buf, inst_sname(it->dtype), sels[j].desc, extra);
if (j == 0) {
for (m = 0; m < pstart; m++)