Commit 6ac8cd7e authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Fixed compiler warning from rosvirtis2isis

parent 2ffd04a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ void IsisMain ()
  if (procLevel == 2) {
    p.SetDataTrailerBytes(864);
  }
  else if ((procLevel == 3)) {
  else if (procLevel == 3) {
    p.SetDataTrailerBytes(0);
    p.SetDataSuffixBytes(4);
  }