Skip to content

Commit

Permalink
Fixed shadow warning, probably copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Jun 23, 2015
1 parent e1242da commit e1b8024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testdir/nifti_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ int main (int argc, char *argv[])
NIFTITEST_FALSE,&Errors);
{
nifti_1_header x = nifti_convert_nim2nhdr(reference_image);
char buf[512];
sprintf(buf,"nifti_hdr_looks_good %s",reference_image->fname);
PrintTest(buf,
!nifti_hdr_looks_good(&x),
Expand Down

0 comments on commit e1b8024

Please sign in to comment.