Commit 25da015b authored by Kristin Berry's avatar Kristin Berry
Browse files

Fix typo

parent c8292afc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ QByteArray fixLabels(QString fileName, History *hist){
  // Check if image id is valid
  int imageIdIndex = labels.indexOf(QByteArray("IMAGE_ID"));
  int i = imageIdIndex;
  char c = '';
  char c = 0;
  bool replaceImageId = false;
  while (c != '\n' && i != -1) {
    c = labels[i];