Commit aac3d376 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Fixed typo in hidtmgen. References #801

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6630 41f8697f-d340-4b68-9986-7bafba869bb8
parent 6af0fb24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ void IsisMain() {
    }
  } 
  catch (IException &e) {
    throw IException(e, IException::Unknown, "hidtmgen: Unable to generate pds products.", _FILEINFO_);
    throw IException(e, IException::Unknown, "hidtmgen: Unable to HiRISE generate pds products.", _FILEINFO_);
  }
}// end main