diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-06-26 01:59:03 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-06-26 01:59:03 +0000 |
commit | e3dc2cbef260dd0200337f1196253afa66487665 (patch) | |
tree | 05584d7ea991b475dc5ee9a44202010ef897ca96 /converter/other/pamtofits.c | |
parent | 70f64bdbccedbd86d83a97a000f2226abb6bf82e (diff) | |
download | netpbm-mirror-e3dc2cbef260dd0200337f1196253afa66487665.tar.gz netpbm-mirror-e3dc2cbef260dd0200337f1196253afa66487665.tar.xz netpbm-mirror-e3dc2cbef260dd0200337f1196253afa66487665.zip |
release 10.35.28
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@328 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtofits.c')
-rw-r--r-- | converter/other/pamtofits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/pamtofits.c b/converter/other/pamtofits.c index d0552a5c..ec271ff3 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; }; |