about summary refs log tree commit diff
path: root/converter/other/pamtofits.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtofits.c')
-rw-r--r--converter/other/pamtofits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/pamtofits.c b/converter/other/pamtofits.c
index b771c6ab..04b43c35 100644
--- a/converter/other/pamtofits.c
+++ b/converter/other/pamtofits.c
@@ -32,8 +32,8 @@
 struct cmdlineInfo {
     const char * inputFileName;
     unsigned int maxSpec;
-    double max;
-    double min;
+    float max;
+    float min;
 };