Revision 2917dce4 tests/cris/check_openpf1.c

b/tests/cris/check_openpf1.c
27 27
  f = fopen (fnam, "rb");
28 28
  if (f == NULL)
29 29
    abort ();
30
  close (f);
30
  fclose(f);
31 31

  
32 32
  /* Cover another execution path.  */
33 33
  if (fopen ("/nonexistent", "rb") != NULL

Also available in: Unified diff