Commit fde86c8d authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Removed offset addition.

parent 130c5ae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,6 +223,6 @@ namespace Isis {
    // At this point, the file is not in the internal file list so append it
    // and return its new index.
    m_fileList.append(QPair<FileName, QString>(file, serialNumber));
    return m_fileList.size() - 1 + VALID_MINUI4;
    return m_fileList.size() - 1;
  }
}