Skip to content

Commit

Permalink
fixed more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed May 31, 2016
1 parent d86601b commit 2b6e598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/nii_dicom_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ int nii_SaveDTI(char pathoutname[],int nConvert, struct TDCMsort dcmSort[],struc
} else {
fprintf(fp, "%g\t", vx[i].V[v]);
}
}
}
fprintf(fp, "%g\n", vx[numDti-1].V[v]);
}
fclose(fp);
Expand Down

0 comments on commit 2b6e598

Please sign in to comment.